summaryrefslogtreecommitdiff
path: root/gui/default.nix
blob: a3ec2d238c2ffe7df384871886d28a58b2d290c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
_: {
  imports = [
    ./ahoviewer
    ./anki
    ./cool-retro-term
    # ./foot
    # ./kitty
    ./meta
    # ./warp
  ];
}