mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update home-manager version and swap Spotify for YouTube Music
This commit is contained in:
parent
2f54378f06
commit
d329b8bc40
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
@ -14,13 +14,13 @@
|
|||
# You can update Home Manager without changing this value. See
|
||||
# the Home Manager release notes for a list of state version
|
||||
# changes in each release.
|
||||
home.stateVersion = "23.05";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# GUI
|
||||
spotify
|
||||
youtube-music
|
||||
vscode
|
||||
|
||||
# CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue