From 698897667a3c45df4d2a32e4a256729fc4f37052 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 12 Jun 2025 16:04:21 +0200 Subject: [PATCH] add flatpak to decky loader on deck --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 44f1098..f514afd 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -212,7 +212,7 @@ decky-loader = { enable = true; package = pkgs.decky-loader-prerelease; - extraPackages = [pkgs.python3]; + extraPackages = [pkgs.python3 pkgs.flatpak]; }; devices.steamdeck = { enable = true;