aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-11-03 22:27:20 +0100
committerschererleander <leander@schererleander.de>2025-11-03 22:27:20 +0100
commit87a98da9e34cf6f15e4f9aa9e6b4dde6553f6817 (patch)
tree3c1052635537632711f49ca767fa7719ef737fad /modules
parent2b478ee609c37ef6c27442b770d5ae50270d9a3a (diff)
formatting and add programs
Diffstat (limited to 'modules')
-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
+ ];
}