fix: set asciiquarium as global default
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user