aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/core.nix10
-rw-r--r--common/niri.nix4
2 files changed, 1 insertions, 13 deletions
diff --git a/common/core.nix b/common/core.nix
index cafe469..8ae8245 100644
--- a/common/core.nix
+++ b/common/core.nix
@@ -37,13 +37,5 @@
};
};
- users = {
- defaultUserShell = pkgs.zsh;
- users.rosa = {
- extraGroups = [ "wheel" ];
- initialPassword = "";
- isNormalUser = true;
- shell = pkgs.zsh;
- };
- };
+ users.defaultUserShell = pkgs.zsh;
}
diff --git a/common/niri.nix b/common/niri.nix
deleted file mode 100644
index 2882b96..0000000
--- a/common/niri.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ config, ... }:
-{
- programs.niri.enable = true;
-}