From 91c55ffeff49ee1d2beb95faf9b301fe2c65348c Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 02 Feb 2025 23:21:56 +0000 Subject: [PATCH] Add config for nix server on rpi5 --- .gitmodules | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6aaf43e..d88f62f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,11 @@ [submodule "emacs/.emacs.d"] path = emacs/emacs.d url = https://github.com/Chizi123/.emacs.d.git + branch = main [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.9.3