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