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