fix: set asciiquarium as global default
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
gcc
|
||||
rustup
|
||||
nixfmt-rfc-style
|
||||
asciiquarium
|
||||
];
|
||||
config.programs.nix-ld.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user