mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
13 lines
290 B
Nix
13 lines
290 B
Nix
_: {
|
|
programs.anki = {
|
|
# we enable system wide with nixpkgs because it offers some addon configuration. We just use this for some config
|
|
#enable = true;
|
|
theme = "dark";
|
|
sync = {
|
|
autoSync = true;
|
|
autoSyncMediaMinutes = 10;
|
|
syncMedia = true;
|
|
};
|
|
};
|
|
}
|