user.shell had nothing to do in a common module

This commit is contained in:
2025-10-02 15:28:26 +03:00
parent a89f1c4b36
commit 8d84c7a620
3 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,6 @@
}: {
environment.variables.EDITOR = "nvim";
users.users.user.shell = pkgs.bash;
environment.shells = with pkgs; [bash];
programs.bash = {
interactiveShellInit = ''