mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
updated
This commit is contained in:
parent
ba41825a08
commit
194bb9c381
5 changed files with 9 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,15 +1,19 @@
|
||||||
[submodule "nvim"]
|
[submodule "nvim"]
|
||||||
path = user/modules/neovim/nvim
|
path = user/modules/neovim/nvim
|
||||||
url = https://github.com/itme-brain/nvim.git
|
url = https://github.com/itme-brain/nvim.git
|
||||||
|
branch = master
|
||||||
|
|
||||||
[submodule "vim"]
|
[submodule "vim"]
|
||||||
path = user/modules/vim/vim
|
path = user/modules/vim/vim
|
||||||
url = https://github.com/itme-brain/vim.git
|
url = https://github.com/itme-brain/vim.git
|
||||||
|
branch = master
|
||||||
|
|
||||||
[submodule "git"]
|
[submodule "git"]
|
||||||
path = user/modules/git/git
|
path = user/modules/git/git
|
||||||
url = https://github.com/itme-brain/git.git
|
url = https://github.com/itme-brain/git.git
|
||||||
|
branch = master
|
||||||
|
|
||||||
[submodule "bash"]
|
[submodule "bash"]
|
||||||
path = user/modules/bash/bash
|
path = user/modules/bash/bash
|
||||||
url = https://github.com/itme-brain/bash.git
|
url = https://github.com/itme-brain/bash.git
|
||||||
|
branch = master
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a90d89277c4bbd363d6929f434eef633bea439f5
|
Subproject commit 454cb1a9ccf0bd55e8e6d3ed1dd55d344f2084cd
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c341ac8840e8a19ab98bcc5084f51157ddaf8730
|
Subproject commit c57321f8503b2fa29bb4404425394cf3b901079b
|
||||||
|
|
@ -9,6 +9,8 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unstable.claude-code
|
unstable.claude-code
|
||||||
|
unstable.codex
|
||||||
|
bubblewrap
|
||||||
|
|
||||||
nix-init
|
nix-init
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e5ff26b6f6ec9b8e9f8737dc5418d6a64a68ec4b
|
Subproject commit f98c1a98cd4623ca7b001135a4d09ccac8e0f015
|
||||||
Loading…
Add table
Add a link
Reference in a new issue