beautify + root has zsh and code

This commit is contained in:
Giulio De Pasquale 2021-07-01 06:01:36 +01:00
parent 2cfc81ac83
commit 71d84d7ed6

View File

@ -6,13 +6,17 @@
users.users.giulio = {
description = "Giulio De Pasquale";
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [ "wheel" "docker" "networkmanager" ];
shell = pkgs.zsh;
extraGroups = [ "wheel" "docker" "networkmanager" ];
};
programs.zsh = {
enableBashCompletion = true;
enableCompletion = true;
enableCompletion = true;
};
home-manager.users.root = {
imports = [ ./home/zsh.nix ./home/code.nix ];
};
home-manager.users.giulio = {