nixos: gen 187 @ nix-pad — 2026-07-31 02:15
26.05.20260724.597283a (Yarara)
This commit is contained in:
@@ -18,4 +18,9 @@
|
||||
tctiEnvironment.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="uinput", MODE="0660", GROUP="input", OPTIONS+="static_node=uinput"
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user