From 77b2b41c3aea5e9a766f292dba7a47d8b8b7b11a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 20 May 2024 22:08:37 +0200 Subject: [PATCH] Not in it's path, let's try doing it this way then --- nixos/hosts/shodan/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 3580c9e..207ca0a 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -95,6 +95,7 @@ decky-loader = { enable = true; package = pkgs.decky-loader-prerelease; + extraPackages = [pkgs.python3]; }; devices.steamdeck = { enable = true;