aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
blob: 6df5649c817bf27b9e4c6a49d212e7744ca0c46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ ... }:
{
	imports = [
		./anki.nix
		./foot.nix
		./git.nix
		./latex.nix
		./nixcord.nix
		./spicetify.nix
		./typst.nix
		./zathura.nix
		./firefox.nix
		./gh.nix
		./gpg.nix
		./neovim
		./tmux.nix
		./vscode.nix
		./zsh.nix
	];
}