From fdc99be6183e6ad401baf3ed28dc7d293a6d872a Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 3 Feb 2025 14:15:57 +0100 Subject: [PATCH] feat: adding the submodules home-manager configuration with good branch --- .gitmodules | 4 ++++ hm-config | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 hm-config diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4e7221a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "hm-config"] + path = hm-config + url = https://github.com/EniumRaphael/home-manager + branch = full-nix-config diff --git a/hm-config b/hm-config new file mode 160000 index 0000000..5e8e9aa --- /dev/null +++ b/hm-config @@ -0,0 +1 @@ +Subproject commit 5e8e9aa272ce0e2df80021a7f07cac33d9b7d85b