Isolate x86-64 only stuff

This commit is contained in:
Natsu Kagami 2022-10-17 10:25:15 +02:00 committed by Natsu Kagami
parent f8b52f9140
commit f392432d32

View file

@ -10,13 +10,13 @@ with lib; {
pinentry-gnome pinentry-gnome
] ++ ( ] ++ (
if pkgs.system == "x86-64_linux" if pkgs.system == "x86-64_linux"
then [ then [
vivaldi vivaldi
mpv # for anki mpv # for anki
pkgs.unstable.anki-bin pkgs.unstable.anki-bin
] ]
else [] else [ ]
); );
## Gnome-keyring ## Gnome-keyring