mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
desktop: fix anki-bin not being available on aarch64-linux
This commit is contained in:
parent
f2b703d7d9
commit
ea5c3c5f5a
@ -135,8 +135,14 @@ in
|
|||||||
]
|
]
|
||||||
))
|
))
|
||||||
|
|
||||||
(with pkgs; [
|
(mkIf (pkgs.system != "aarch64-linux") (
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
anki-bin
|
anki-bin
|
||||||
|
]
|
||||||
|
))
|
||||||
|
|
||||||
|
(with pkgs; [
|
||||||
pulseaudio
|
pulseaudio
|
||||||
grim
|
grim
|
||||||
wl-clipboard-rs
|
wl-clipboard-rs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user