mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +01:00
desktop: Don't inherit sakaya on phone
sakaya only has support for x86_64-linux.
This commit is contained in:
parent
c48a01ae7f
commit
81cb06fc14
@ -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;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user