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

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