From 576884842d342bf04da32052ed9929c353b9667b Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 15 Jul 2025 00:40:49 +0000 Subject: [PATCH] Contain rpi nix config --- .gitmodules | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6aaf43e..b341c61 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,12 @@ [submodule "emacs/.emacs.d"] path = emacs/emacs.d url = https://github.com/Chizi123/.emacs.d.git + branch = main + ignore = all [submodule "zsh/antidote"] path = zsh/antidote url = https://github.com/mattmc3/antidote.git + branch = main +[submodule "bash/ble.sh"] + path = bash/ble.sh + url = https://github.com/akinomyoga/ble.sh.git -- Gitblit v1.10.0