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;
extraGroups = [
"users"
"power"
"video"
];
};
@ -229,6 +230,7 @@
"video"
"dialout"
"uucp"
"power"
"kvm"
];
packages = [ ];