fix: change wsl shell to zsh
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
networking.hostName = meta.hostname;
|
networking.hostName = meta.hostname;
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
hm.enable = true;
|
hm.enable = true;
|
||||||
|
users.users.luca.shell = pkgs.zsh;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
config.commonPackages ++ [ asciiquarium ];
|
config.commonPackages ++ [ asciiquarium ];
|
||||||
|
|||||||
Reference in New Issue
Block a user