fix: set asciiquarium as global default

This commit is contained in:
2025-01-24 21:57:04 -08:00
parent 843064136e
commit f05d16569a
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
hm.enable = true; hm.enable = true;
users.users.luca.shell = pkgs.zsh; users.users.luca.shell = pkgs.zsh;
environment.systemPackages = with pkgs; config.commonPackages ++ [ asciiquarium ]; environment.systemPackages = with pkgs; config.commonPackages ++ [ ];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }

View File

@@ -19,7 +19,7 @@
hm.enable = true; hm.enable = true;
users.users.luca.shell = pkgs.zsh; users.users.luca.shell = pkgs.zsh;
environment.systemPackages = with pkgs; config.commonPackages ++ [ asciiquarium ]; environment.systemPackages = with pkgs; config.commonPackages ++ [ ];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }

View File

@@ -20,6 +20,7 @@
gcc gcc
rustup rustup
nixfmt-rfc-style nixfmt-rfc-style
asciiquarium
]; ];
config.programs.nix-ld.enable = true; config.programs.nix-ld.enable = true;
} }