Update home-manager version and swap Spotify for YouTube Music

This commit is contained in:
Aaron Honeycutt 2024-01-16 16:23:05 +00:00
parent 2f54378f06
commit d329b8bc40

View file

@ -14,13 +14,13 @@
# You can update Home Manager without changing this value. See # You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version # the Home Manager release notes for a list of state version
# changes in each release. # changes in each release.
home.stateVersion = "23.05"; home.stateVersion = "23.11";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# GUI # GUI
spotify youtube-music
vscode vscode
# CLI # CLI