Update home.nix

This commit is contained in:
Aaron Honeycutt 2023-08-11 14:20:12 +00:00
parent 0709a397ba
commit 8c29a7be92

View file

@ -14,20 +14,18 @@
# 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 = "22.11"; home.stateVersion = "23.05";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# GUI # GUI
firefox
spotify spotify
vscode vscode
# CLI # CLI
mdbook mdbook
neofetch neofetch
restic
]; ];
programs.bash = { programs.bash = {
@ -69,7 +67,6 @@
programs.command-not-found.enable = true; programs.command-not-found.enable = true;
programs.firefox.enable = true;
programs.gh.enable = true; programs.gh.enable = true;
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.