mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-21 21:10:33 +01:00
zsh default shell
This commit is contained in:
parent
e0f3980099
commit
d8456a38b7
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue