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