desktop: Don't inherit sakaya on phone

sakaya only has support for x86_64-linux.
This commit is contained in:
Donovan Glover 2024-06-20 12:19:19 -04:00
parent c48a01ae7f
commit 81cb06fc14
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -139,9 +139,12 @@ in
; ;
})) }))
(mkIf (!phone) (attrValues {
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya;
}))
(attrValues { (attrValues {
inherit (pkgs) anki kanjidraw pulseaudio glib; inherit (pkgs) anki kanjidraw pulseaudio glib;
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya;
inherit (pkgs.xfce) exo; inherit (pkgs.xfce) exo;
}) })
]; ];