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

View File

@@ -14,6 +14,8 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
./spotify.nix
];
nixpkgs = {
@@ -55,5 +57,5 @@
systemd.user.startServices = sd-switch;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = 24.05;
home.stateVersion = 24.11;
}