summaryrefslogtreecommitdiff
path: root/nix/programs/default.nix
blob: 331587e24455b5e1a1f23f9e86fc8a81981cc372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ ... }:

{
	imports = [
		./firefox
		./git
		./gpg
		./hypr
		./kitty
		./mako
		./neovim
		./sops
		./ssh
		./starship
		./steam
		./talc
		./waybar
		./wireguard
		./wofi
		./zsh
	];
}