Simon Bruder
f33bafecc8
I somehow forgot to add the `.direnvrc` to homeshick. Now `nix-shell`s created with direnv are added as gc roots.
22 lines
729 B
Plaintext
22 lines
729 B
Plaintext
[submodule "home/.vim/bundle/Vundle.vim"]
|
|
path = home/.vim/bundle/Vundle.vim
|
|
url = https://github.com/VundleVim/Vundle.vim
|
|
[submodule "home/.dynamic-colors"]
|
|
path = dynamic-colors
|
|
url = https://github.com/sos4nt/dynamic-colors
|
|
[submodule "mpv-gallery-view"]
|
|
path = mpv-gallery-view
|
|
url = https://github.com/occivink/mpv-gallery-view
|
|
[submodule "vim-plug"]
|
|
path = vim-plug
|
|
url = https://github.com/junegunn/vim-plug
|
|
[submodule "grml-etc-core"]
|
|
path = grml-etc-core
|
|
url = https://github.com/grml/grml-etc-core
|
|
[submodule "dircolors-solarized"]
|
|
path = dircolors-solarized
|
|
url = https://github.com/seebi/dircolors-solarized
|
|
[submodule "zsh-nix-shell"]
|
|
path = zsh-nix-shell
|
|
url = https://github.com/chisui/zsh-nix-shell
|