mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
11 lines
201 B
Nix
11 lines
201 B
Nix
{pkgs, ...}: {
|
|
home.sessionVariables.ANKI_WAYLAND = 1;
|
|
programs.anki = {
|
|
enable = true;
|
|
addons = with pkgs.ankiAddons; [
|
|
anki-connect
|
|
review-heatmap
|
|
recolor
|
|
];
|
|
};
|
|
}
|