dotfiles/home-modules/applications/anki.nix
2025-03-04 14:27:25 +02:00

7 lines
71 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
anki
ki
];
}