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
/
spotify.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
.
spotify
=
{
3
darwin
=
{
4
homebrew
.
casks
=
[
"
s
p
o
t
i
f
y
"
]
;
5
}
;
6
}
;
7
}