mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
vps1: zsh for mikprin
This commit is contained in:
parent
ce59cf311c
commit
03f91f3817
1 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.allowed-users = [ "@wheel" ];
|
nix.settings.allowed-users = [ "@wheel" ];
|
||||||
|
|
@ -168,7 +169,7 @@ in
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"podman"
|
"podman"
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO move to separate
|
# TODO move to separate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue