shell: make fish default in lib.user
This commit is contained in:
parent
0008e1bc15
commit
a9060b0047
@ -16,15 +16,15 @@
|
||||
users.${name} = {
|
||||
isNormalUser = name != "root";
|
||||
extraGroups = [ "wheel" "plugdev" ];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
home-manager.users.${name}.imports = [
|
||||
(mkHomeRole "common")
|
||||
(mkHomeRole "zsh")
|
||||
(mkHomeRole "fish")
|
||||
] ++ roles_mod;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user