summaryrefslogtreecommitdiff
path: root/programs/default.nix
blob: 692113e1e39f068456b500af5f90b3b4ef440c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{...}: {
  imports = [
    ./astal
    ./firefox
    ./git
    ./gpg
    ./hypr
    ./kitty
    ./mako
    ./neovim
    ./ssh
    ./starship
    ./steam
    ./talc
    ./tmux
    ./unofficial-homestuck-collection
    ./waybar
    ./wofi
    ./zsh
  ];
}