fix(koumakyou): disable decky
This commit is contained in:
parent
387255881b
commit
0fe831c218
2 changed files with 7 additions and 9 deletions
|
@ -8,21 +8,20 @@
|
|||
enable = true;
|
||||
user = "app";
|
||||
};
|
||||
|
||||
decky-loader = {
|
||||
enable = true;
|
||||
stateDir = "/nix/persist/decky";
|
||||
};
|
||||
};
|
||||
|
||||
users.home.persistApp.directories = [
|
||||
".steam" ".local/share/Steam" ".config/gamescope"
|
||||
];
|
||||
|
||||
users.users.decky.uid = 514;
|
||||
users.groups.decky.gid = 514;
|
||||
|
||||
imports = [
|
||||
jovian.nixosModules.jovian
|
||||
];
|
||||
} // {
|
||||
#users.users.decky.uid = 514;
|
||||
#users.groups.decky.gid = 514;
|
||||
#jovian.decky-loader = {
|
||||
# enable = true;
|
||||
# stateDir = "/nix/persist/decky";
|
||||
#};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue