dot_testing/modules/anki.nix

8 lines
94 B
Nix
Raw Normal View History

2024-01-15 03:52:45 -06:00
{ lib, config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
anki-bin
];
}