get rid of redundant zsh options in chmura config

This commit is contained in:
jacekpoz 2024-02-14 23:21:21 +01:00
parent 82a3424f3b
commit b5d1faf41e
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -40,7 +40,6 @@
users.users.${config'.username} = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
shell = pkgs.zsh;
packages = with pkgs; [
curl
neovim
@ -64,14 +63,6 @@
];
};
environment = {
shells = with pkgs; [zsh];
pathsToLink = [ "/share/zsh" ];
sessionVariables = {
EDITOR = "nvim";
};
};
services.openssh = {
enable = true;
settings = {