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
/
programs
/
dropbox.nix
at
main
7 lines
92 B
view raw
wrap content
sharparam.com
Use programs namespace instead of apps aspect
12d ago
07865709
1
{
2
programs
.
dropbox
=
{
3
darwin
=
{
4
homebrew
.
casks
=
[
"
d
r
o
p
b
o
x
"
]
;
5
}
;
6
}
;
7
}