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

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