From 3928eee4ca8b48812ec3e55d107df14d61479b31 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 12 Jun 2025 16:13:27 +0200 Subject: [PATCH] add findutils to decky too --- 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 f514afd..51260f0 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 pkgs.flatpak]; + extraPackages = [pkgs.python3 pkgs.flatpak pkgs.uutils-findutils]; }; devices.steamdeck = { enable = true;