use anki rc (dont think it worked tho)
This commit is contained in:
parent
133d85ada3
commit
8c8c9956a0
1 changed files with 9 additions and 1 deletions
|
@ -96,7 +96,6 @@
|
|||
kdePackages.qtwayland
|
||||
mpv
|
||||
yt-dlp
|
||||
anki-bin
|
||||
signal-desktop
|
||||
cosign
|
||||
azure-cli
|
||||
|
@ -110,6 +109,13 @@
|
|||
rofimoji
|
||||
cliphist
|
||||
jq
|
||||
bash-language-server
|
||||
(anki-bin.overrideAttrs {
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/ankitects/anki/releases/download/24.11rc2/anki-24.11-linux-qt6.tar.zst";
|
||||
hash = "sha256-JXn4oxhRODHh6b5hFFj393xMRlaJRVcbMJ5AyXr+jq8=";
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -320,4 +326,6 @@
|
|||
};
|
||||
|
||||
services.usbmuxd.enable = true;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue