feat: add user to seat group.

This commit is contained in:
CronyAkatsuki 2025-03-20 14:38:35 +01:00
parent fcc0998056
commit 7c873b1024

View File

@ -91,7 +91,7 @@
users.users.crony = { users.users.crony = {
isNormalUser = true; isNormalUser = true;
description = "Crony"; description = "Crony";
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode"]; extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat"];
}; };
# Allow unfree packages # Allow unfree packages