disable decky loader since it seems to crash
This commit is contained in:
parent
01ffe97084
commit
c5ccfd86f9
|
@ -186,11 +186,11 @@
|
||||||
user = "lillian";
|
user = "lillian";
|
||||||
desktopSession = "plasma";
|
desktopSession = "plasma";
|
||||||
};
|
};
|
||||||
decky-loader = {
|
# decky-loader = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = pkgs.decky-loader-prerelease;
|
# package = pkgs.decky-loader-prerelease;
|
||||||
extraPackages = [pkgs.python3];
|
# extraPackages = [pkgs.python3];
|
||||||
};
|
# };
|
||||||
devices.steamdeck = {
|
devices.steamdeck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
|
|
Loading…
Reference in a new issue