aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-03-21 19:49:27 +0100
committerSimen A. W. Olsen <hello@simenandre.no>2026-03-21 19:49:27 +0100
commitd9ff062716caaa7a4b38b8650b822dffe4b286e4 (patch)
tree7b0de36a461df57cbbfdf2b5d59562dac1c51b0a /modules/home
parent2341d688243b37d6cbb1ca8b07731d6c30dd40c9 (diff)
downloaddotfiles-d9ff062716caaa7a4b38b8650b822dffe4b286e4.tar.gz
dotfiles-d9ff062716caaa7a4b38b8650b822dffe4b286e4.zip
feat: add git-get
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix
index 905c6ea..66c6905 100644
--- a/modules/home/default.nix
+++ b/modules/home/default.nix
@@ -25,6 +25,7 @@
home.packages = with pkgs; [
claude-code
+ git-get
nodejs_22
];