aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users/schererleander/hm-base.nix')
-rw-r--r--modules/users/schererleander/hm-base.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/users/schererleander/hm-base.nix b/modules/users/schererleander/hm-base.nix
index db55df6..a6100d9 100644
--- a/modules/users/schererleander/hm-base.nix
+++ b/modules/users/schererleander/hm-base.nix
@@ -8,7 +8,8 @@
zsh
neovim
zed
- sioyek
+ sioyek
+ opencode
];
# Allow search or installation for unfree packages as a user
@@ -19,6 +20,8 @@
stateVersion = "26.05";
packages = with pkgs; [
obsidian
+ claude-code
+ moonlight-qt
];
};
};