fix(koumakyou): disable decky
This commit is contained in:
parent
387255881b
commit
0fe831c218
|
@ -35,7 +35,6 @@
|
|||
${pkgs.kmod}/bin/modprobe bmi260_core
|
||||
'';
|
||||
|
||||
|
||||
services.greetd.settings.default_session.command = let
|
||||
cfg = config.programs.regreet;
|
||||
in "${pkgs.dbus}/bin/dbus-run-session ${lib.getExe pkgs.cage} ${lib.escapeShellArgs cfg.cageArgs} -- ${pkgs.writeShellScript "cageResolution" ''
|
||||
|
|
|
@ -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…
Reference in a new issue