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