Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
b03a401b31e45260329f5f1287154af7f3de7b35
/
.
/
src
/
apps
/
personal
/
spotify.nix
blob: c341bf491ea1dec708d33069ef2ae1b7e7db0311 [
file
] [
log
] [
blame
]
Skyler Turner
62330c1
2022-03-04 22:10:16 +0000
[
diff
] [
blame
]
1
{
config
,
pkgs
,
nixpkgs
}:
{
2
home
.
packages
=
with
pkgs
;
[
3
spotify
4
];
5
}