forked from poz/niksos
get rid of redundant zsh options in chmura config
This commit is contained in:
parent
82a3424f3b
commit
b5d1faf41e
1 changed files with 0 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue