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