Update to 24.11 and install spotify

This commit is contained in:
2025-02-26 20:27:10 +01:00
parent bd24cb25dc
commit 5efedf035d
5 changed files with 16 additions and 5 deletions

5
home-manager/spotify.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }: {
programs.spotify = {
enable = true;
}
}