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;
users.users.luca.shell = pkgs.zsh;
environment.systemPackages = with pkgs; config.commonPackages ++ [ asciiquarium ];
environment.systemPackages = with pkgs; config.commonPackages ++ [ ];
system.stateVersion = "24.05";
}