This commit is contained in:
Fabian Hauser 2025-03-04 14:26:25 +02:00
parent c87c0633e4
commit 78629de651
4 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
anki
ki
];
}