hosts: use zsh for materus user

This commit is contained in:
2024-04-05 22:41:31 +02:00
parent 860c28efad
commit 575c698aa1
6 changed files with 8 additions and 1 deletions
@@ -119,6 +119,7 @@
packages = with pkgs; [
kate
];
shell = pkgs.zsh;
};
# Allow unfree packages
@@ -11,6 +11,8 @@
enableTerminalExtra = lib.mkDefault true;
enableNixDevel = lib.mkDefault true;
zsh.enable = true;
};
home.packages = [