feat: install anki
This commit is contained in:
parent
b7830d91bc
commit
0e02daf29b
2 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ in {
|
||||||
home-manager.users.buffet = {
|
home-manager.users.buffet = {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
anki
|
||||||
cargo
|
cargo
|
||||||
cargo-crev
|
cargo-crev
|
||||||
cargo-limit
|
cargo-limit
|
||||||
|
|
|
@ -34,6 +34,8 @@
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
|
|
||||||
directories = [
|
directories = [
|
||||||
|
"anki/.local/share/Anki"
|
||||||
|
"anki/.local/share/Anki2"
|
||||||
"crev/.local/share/crev"
|
"crev/.local/share/crev"
|
||||||
"data/books"
|
"data/books"
|
||||||
"data/docs"
|
"data/docs"
|
||||||
|
|
Loading…
Reference in a new issue