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} = {
|
users.users.${config'.username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "docker" ];
|
extraGroups = [ "wheel" "docker" ];
|
||||||
shell = pkgs.zsh;
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
curl
|
curl
|
||||||
neovim
|
neovim
|
||||||
|
@ -64,14 +63,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
|
||||||
shells = with pkgs; [zsh];
|
|
||||||
pathsToLink = [ "/share/zsh" ];
|
|
||||||
sessionVariables = {
|
|
||||||
EDITOR = "nvim";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue