zsh default shell

This commit is contained in:
xqtc 2024-10-19 14:41:43 +02:00
parent e0f3980099
commit d8456a38b7
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
3 changed files with 6 additions and 3 deletions

View file

@ -34,9 +34,12 @@
sops
tldr
screen
zsh
inputs.compose2nix.packages.${pkgs.system}.default
];
programs.zsh.enable = true;
programs.nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;

View file

@ -164,8 +164,8 @@
users.users.xqtc = {
isNormalUser = true;
extraGroups = ["wheel" "sudo" "docker" "adbusers"]; # Enable sudo for the user.
packages = with pkgs; [wezterm nushell];
shell = pkgs.nushell;
packages = with pkgs; [wezterm nushell zsh];
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run:

View file

@ -127,7 +127,7 @@
isNormalUser = true;
extraGroups = ["wheel" "docker" "libvirtd" "adbusers"]; # Enable sudo for the user.
packages = with pkgs; [nushell];
shell = pkgs.nushell;
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run: