index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home.legacy
/
conf
/
rclone
/
default.nix
blob: bd0c1ac28334357f95e76d083a5d9f1efaaf56c5 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
xdg
.
configFile
.
"rclone/rclone.conf"
.
source
=
./rclone.conf
;
}