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

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