aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
blob: 5a9c001a97b948059cbb178007e1bb3a1f65fc84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ ... }:

{
  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
    ./zed.nix
    ./obsidian.nix
    ./opencode.nix
		./gemini.nix
		./kitty.nix
  ];
}