dot_testing/modules/anki.nix

8 lines
94 B
Nix

{ lib, config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
anki-bin
];
}