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