mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update home.nix
This commit is contained in:
parent
0709a397ba
commit
8c29a7be92
1 changed files with 1 additions and 4 deletions
5
home.nix
5
home.nix
|
@ -14,20 +14,18 @@
|
|||
# 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 = "22.11";
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# GUI
|
||||
firefox
|
||||
spotify
|
||||
vscode
|
||||
|
||||
# CLI
|
||||
mdbook
|
||||
neofetch
|
||||
restic
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
|
@ -69,7 +67,6 @@
|
|||
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
programs.firefox.enable = true;
|
||||
programs.gh.enable = true;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue