Desktop: install spotify

This commit is contained in:
Toast 2025-03-25 11:52:24 +01:00
parent 1815e8e3f6
commit 7fce74c605
2 changed files with 6 additions and 0 deletions

View file

@ -9,5 +9,6 @@
./appimage.nix
./mpv.nix
./sysdvr-qt.nix
./spotify.nix
];
}

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home-manager.users.toast = {
home.packages = [pkgs.spotify];
};
}