mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 07:31:55 -05:00
pacifidlog: run decky loader as root
This commit is contained in:
parent
acd456d7f3
commit
f545d76d5f
|
@ -57,8 +57,8 @@
|
|||
|
||||
jovian.decky-loader = {
|
||||
enable = true;
|
||||
user = "aly";
|
||||
stateDir = "/home/aly/.local/share/decky"; # Keep scoped to user
|
||||
user = "root";
|
||||
# stateDir = "/home/aly/.local/share/decky"; # Keep scoped to user
|
||||
package = pkgs.decky-loader;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue