mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue