From 194bb9c381ac38e4c2d32ed1ab40dcb886ca38f4 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 8 Apr 2026 23:30:03 -0400 Subject: [PATCH] updated --- .gitmodules | 4 ++++ user/modules/bash/bash | 2 +- user/modules/neovim/nvim | 2 +- user/modules/utils/dev/default.nix | 2 ++ user/modules/vim/vim | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index d6d2845..8823f91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,19 @@ [submodule "nvim"] path = user/modules/neovim/nvim url = https://github.com/itme-brain/nvim.git + branch = master [submodule "vim"] path = user/modules/vim/vim url = https://github.com/itme-brain/vim.git + branch = master [submodule "git"] path = user/modules/git/git url = https://github.com/itme-brain/git.git + branch = master [submodule "bash"] path = user/modules/bash/bash url = https://github.com/itme-brain/bash.git + branch = master diff --git a/user/modules/bash/bash b/user/modules/bash/bash index a90d892..454cb1a 160000 --- a/user/modules/bash/bash +++ b/user/modules/bash/bash @@ -1 +1 @@ -Subproject commit a90d89277c4bbd363d6929f434eef633bea439f5 +Subproject commit 454cb1a9ccf0bd55e8e6d3ed1dd55d344f2084cd diff --git a/user/modules/neovim/nvim b/user/modules/neovim/nvim index c341ac8..c57321f 160000 --- a/user/modules/neovim/nvim +++ b/user/modules/neovim/nvim @@ -1 +1 @@ -Subproject commit c341ac8840e8a19ab98bcc5084f51157ddaf8730 +Subproject commit c57321f8503b2fa29bb4404425394cf3b901079b diff --git a/user/modules/utils/dev/default.nix b/user/modules/utils/dev/default.nix index 1c48c5c..1c10315 100644 --- a/user/modules/utils/dev/default.nix +++ b/user/modules/utils/dev/default.nix @@ -9,6 +9,8 @@ in config = mkIf cfg.enable { home.packages = with pkgs; [ unstable.claude-code + unstable.codex + bubblewrap nix-init nix-prefetch-git diff --git a/user/modules/vim/vim b/user/modules/vim/vim index e5ff26b..f98c1a9 160000 --- a/user/modules/vim/vim +++ b/user/modules/vim/vim @@ -1 +1 @@ -Subproject commit e5ff26b6f6ec9b8e9f8737dc5418d6a64a68ec4b +Subproject commit f98c1a98cd4623ca7b001135a4d09ccac8e0f015