feat(anki): switch to anki-bin, as it's newer
This commit is contained in:
parent
6c225a231c
commit
75d8b2de8d
1 changed files with 5 additions and 1 deletions
|
@ -31,8 +31,12 @@ in {
|
||||||
|
|
||||||
home-manager.users.buffet = {
|
home-manager.users.buffet = {
|
||||||
home = {
|
home = {
|
||||||
|
sessionVariables = {
|
||||||
|
ANKI_WAYLAND = 1;
|
||||||
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
anki
|
anki-bin
|
||||||
cargo
|
cargo
|
||||||
cargo-crev
|
cargo-crev
|
||||||
cargo-limit
|
cargo-limit
|
||||||
|
|
Loading…
Reference in a new issue