Desktop: install spotify
This commit is contained in:
parent
1815e8e3f6
commit
7fce74c605
2 changed files with 6 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
|||
./appimage.nix
|
||||
./mpv.nix
|
||||
./sysdvr-qt.nix
|
||||
./spotify.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
5
roles/desktop/programs/spotify.nix
Normal file
5
roles/desktop/programs/spotify.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager.users.toast = {
|
||||
home.packages = [pkgs.spotify];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue