summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-12 21:13:26 -0500
committerChristian <[email protected]>2026-05-12 21:13:26 -0500
commit52cb9a3f8cf6a39e9a2d42574a89941d0a9deade (patch)
tree15445e3cb06c483971188355efe381d863f1c75d /modules/home
parenta9c3994af71d896d377c715d1ebeb3b173ab4b4f (diff)
Nix language server
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/dev.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/dev.nix b/modules/home/dev.nix
index 9564046..008b02e 100644
--- a/modules/home/dev.nix
+++ b/modules/home/dev.nix
@@ -11,6 +11,10 @@
mutableExtensionsDir = true;
};
+ home.packages = with pkgs; [
+ nil
+ ];
+
programs.claude-code.enable = true;
programs.uv.enable = true;
home.sessionPath = [ "$HOME/.local/bin" ];