From 81cb06fc14a261930cb966af1dbb0a1212169546 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 20 Jun 2024 12:19:19 -0400 Subject: [PATCH] desktop: Don't inherit sakaya on phone sakaya only has support for x86_64-linux. --- modules/desktop.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index 1572a12d..08f53df5 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -139,9 +139,12 @@ in ; })) + (mkIf (!phone) (attrValues { + inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya; + })) + (attrValues { inherit (pkgs) anki kanjidraw pulseaudio glib; - inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya; inherit (pkgs.xfce) exo; }) ];