Isolate x86-64 only stuff
This commit is contained in:
parent
f8b52f9140
commit
f392432d32
|
@ -10,13 +10,13 @@ with lib; {
|
|||
|
||||
pinentry-gnome
|
||||
] ++ (
|
||||
if pkgs.system == "x86-64_linux"
|
||||
then [
|
||||
vivaldi
|
||||
mpv # for anki
|
||||
pkgs.unstable.anki-bin
|
||||
]
|
||||
else []
|
||||
if pkgs.system == "x86-64_linux"
|
||||
then [
|
||||
vivaldi
|
||||
mpv # for anki
|
||||
pkgs.unstable.anki-bin
|
||||
]
|
||||
else [ ]
|
||||
);
|
||||
|
||||
## Gnome-keyring
|
||||
|
|
Loading…
Reference in a new issue