anki: Reorganise directory layout
This commit is contained in:
parent
0d08f9c6db
commit
34badc3638
|
@ -5,5 +5,5 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
|
|||
pkgs.anki
|
||||
];
|
||||
|
||||
home.file.".local/share/Anki2/addons21/ankisyncd/__init__.py".source = ../files/ankisyncd/__init__.py;
|
||||
home.file.".local/share/Anki2/addons21/ankisyncd/__init__.py".source = ./ankisyncd-plugin.py;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./anki.nix
|
||||
./anki
|
||||
./games.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
|
|
Loading…
Reference in a new issue