From 5570be9c9c64e0ba2474d73c2b6b23508b916fd6 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sat, 10 Jan 2026 17:59:55 -0500 Subject: custom function for system creation --- common/core.nix | 10 +--------- common/niri.nix | 4 ---- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 common/niri.nix (limited to 'common') 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; -} -- cgit v1.3.1