beautify + root has zsh and code
This commit is contained in:
parent
2cfc81ac83
commit
71d84d7ed6
10
users.nix
10
users.nix
@ -6,13 +6,17 @@
|
|||||||
users.users.giulio = {
|
users.users.giulio = {
|
||||||
description = "Giulio De Pasquale";
|
description = "Giulio De Pasquale";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enableBashCompletion = true;
|
enableBashCompletion = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
home-manager.users.root = {
|
||||||
|
imports = [ ./home/zsh.nix ./home/code.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.giulio = {
|
home-manager.users.giulio = {
|
||||||
|
Loading…
Reference in New Issue
Block a user