fix: no power options when locked
All checks were successful
/ check (push) Successful in 2m47s

This commit is contained in:
Daniel Flanagan 2025-02-18 11:55:54 -06:00
parent 3b29fbaae0
commit 6f628dd33d

View file

@ -45,6 +45,7 @@
shell = lib.mkIf config.lyte.shell.enable pkgs.fish; shell = lib.mkIf config.lyte.shell.enable pkgs.fish;
extraGroups = [ extraGroups = [
"users" "users"
"power"
"video" "video"
]; ];
}; };
@ -229,6 +230,7 @@
"video" "video"
"dialout" "dialout"
"uucp" "uucp"
"power"
"kvm" "kvm"
]; ];
packages = [ ]; packages = [ ];