Update system packages and home configuration

This commit is contained in:
2025-10-17 01:20:53 +02:00
parent efb8dcda36
commit 873e9fd4e7
24 changed files with 189 additions and 263 deletions

7
modules/home/anki.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.anki = {
enable = true;
package = pkgs.anki;
};
}