mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01: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
|
||||
]
|
||||
))
|
||||
|
||||
(mkIf (pkgs.system != "aarch64-linux") (
|
||||
with pkgs;
|
||||
[
|
||||
anki-bin
|
||||
]
|
||||
))
|
||||
|
||||
(with pkgs; [
|
||||
anki-bin
|
||||
pulseaudio
|
||||
grim
|
||||
wl-clipboard-rs
|
||||
|
Loading…
Reference in New Issue
Block a user