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

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