diff options
| author | schererleander <leander@schererleander.de> | 2025-11-03 22:27:20 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-03 22:27:20 +0100 |
| commit | 87a98da9e34cf6f15e4f9aa9e6b4dde6553f6817 (patch) | |
| tree | 3c1052635537632711f49ca767fa7719ef737fad /modules/programs/default.nix | |
| parent | 2b478ee609c37ef6c27442b770d5ae50270d9a3a (diff) | |
formatting and add programs
Diffstat (limited to 'modules/programs/default.nix')
| -rw-r--r-- | modules/programs/default.nix | 39 |
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 + ]; } |
