tangled
alpha
login
or
join now
sharparam.com
/
nix-config
0
fork
atom
this repo has no description
nix
0
fork
atom
overview
issues
pulls
pipelines
nix-config
/
modules
/
base
/
rclone.nix
at
main
9 lines
117 B
view raw
wrap content
sharparam.com
Add rclone and restic
10d ago
7fa8b558
1
{
2
den
.
aspects
.
base
=
{
3
homeManager
=
{
4
programs
.
rclone
=
{
5
enable
=
true
;
6
}
;
7
}
;
8
}
;
9
}