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

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