aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/default.nix')
-rw-r--r--modules/programs/default.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix
deleted file mode 100644
index 5a9c001..0000000
--- a/modules/programs/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ ... }:
-
-{
- 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
- ];
-}