summaryrefslogtreecommitdiff
path: root/gui/anki/default.nix
blob: 8e5655ce77e813b4f29c4a53e871166bf00b24aa (plain) (blame)
1
2
3
4
5
{ pkgs, ... }: {
  home.packages = with pkgs; [
    anki-bin
  ];
}