From c5ccfd86f9cf5b5a81a921942ae9806ad3c2ccdb Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 14 Apr 2025 20:02:52 +0200 Subject: [PATCH] disable decky loader since it seems to crash --- nixos/hosts/shodan/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index d00397d..3305f53 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -186,11 +186,11 @@ user = "lillian"; desktopSession = "plasma"; }; - decky-loader = { - enable = true; - package = pkgs.decky-loader-prerelease; - extraPackages = [pkgs.python3]; - }; + # decky-loader = { + # enable = true; + # package = pkgs.decky-loader-prerelease; + # extraPackages = [pkgs.python3]; + # }; devices.steamdeck = { enable = true; autoUpdate = true;