user.shell had nothing to do in a common module
This commit is contained in:
@@ -10,5 +10,6 @@ users.users.boxuser = {
|
||||
];
|
||||
};
|
||||
|
||||
users.users.boxuser.shell = pkgs.bash;
|
||||
users.groups.boxuser = {};
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
../../modules/userapps/productivity.nix
|
||||
];
|
||||
|
||||
users.users.user.shell = pkgs.bash;
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
description = "user";
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
}: {
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
users.users.user.shell = pkgs.bash;
|
||||
environment.shells = with pkgs; [bash];
|
||||
programs.bash = {
|
||||
interactiveShellInit = ''
|
||||
|
||||
Reference in New Issue
Block a user