diff options
Diffstat (limited to 'modules/programs/default.nix')
| -rw-r--r-- | modules/programs/default.nix | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix new file mode 100644 index 0000000..6df5649 --- /dev/null +++ b/modules/programs/default.nix @@ -0,0 +1,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 + ]; +} |
