Update dependencies and improve configuration

This commit is contained in:
2026-06-08 12:54:39 +02:00
parent f5b429f704
commit 823302f7e5
10 changed files with 58 additions and 47 deletions
+8 -1
View File
@@ -12,6 +12,13 @@
package = pkgs.anki;
language = "pl_PL";
style = "native";
profiles."${username}".sync.username = username;
profiles."${username}" = {
default = true;
sync = {
username = username;
url = "https://ass.garandplg.com/";
autoSync = true;
};
};
};
}
+1
View File
@@ -20,5 +20,6 @@ _: {
"biome"
"opencode"
"fish"
"tera"
];
}