nixos: gen 187 @ nix-pad — 2026-07-31 02:15

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 02:15:47 -06:00
parent 1d0d6a3d57
commit 69446a219e
3 changed files with 13 additions and 0 deletions
+7
View File
@@ -2,6 +2,7 @@
{
users.groups.jashton = {};
users.groups.greetd = {};
users.users.jashton = {
isNormalUser = true;
description = "Josh Ashton";
@@ -14,4 +15,10 @@
users.users.root = {
shell = pkgs.zsh;
};
users.extraUsers.greetd = {
isSystemUser = true;
group = "greetd";
extraGroups = [ "input" ];
};
}