diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-10 17:59:55 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-10 17:59:55 -0500 |
| commit | 5570be9c9c64e0ba2474d73c2b6b23508b916fd6 (patch) | |
| tree | 53e2f7939b668a50d8f51f857a8659989de85c2b /common | |
| parent | 488bd4b5c08d6fe9c44b0fa5cd3750265c2be482 (diff) | |
custom function for system creation
Diffstat (limited to 'common')
| -rw-r--r-- | common/core.nix | 10 | ||||
| -rw-r--r-- | common/niri.nix | 4 |
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; -} |
