mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +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.zsh.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings.allowed-users = [ "@wheel" ];
|
||||
|
|
@ -168,7 +169,7 @@ in
|
|||
extraGroups = [
|
||||
"podman"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# TODO move to separate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue