summaryrefslogtreecommitdiff
path: root/home/ebisu/shared/utility/default.nix
blob: cd81f22c16f5cdad97e481df05ad178fdd5f1c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:
{
  imports = [ ./ai.nix ];

  home.packages = with pkgs; [
    fontpreview
    tealdeer
    todo
    lemmeknow
  ];
}