aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
blob: de5515d85c67420e81249a1dbee3b094b7d4e45b (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
{ ... }:

{
  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
  ];
}