Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
b03a401b31e45260329f5f1287154af7f3de7b35
/
.
/
src
/
apps
/
personal
/
spotify.nix
blob: c341bf491ea1dec708d33069ef2ae1b7e7db0311 [
file
] [
log
] [
blame
]
{
config
,
pkgs
,
nixpkgs
}:
{
home
.
packages
=
with
pkgs
;
[
spotify
];
}