This commit is contained in:
2024-03-05 18:48:02 +01:00
parent 4c757d1b46
commit 22ff983471
4 changed files with 18 additions and 17 deletions

5
home/programs/anki.nix Normal file
View File

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