aboutsummaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/default.nix39
1 files changed, 21 insertions, 18 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix
index 468aa02..de5515d 100644
--- a/modules/programs/default.nix
+++ b/modules/programs/default.nix
@@ -1,21 +1,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
- ];
+ 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
+ ];
}