From a414126dbda913dcc33d5f9546a9f99859d1557f Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 10 Apr 2026 00:51:38 +0200 Subject: Add schrottkatzes nixos config as a submodule because i cant be bothered keeping them in separate folders --- .gitmodules | 3 +++ nix-configs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 nix-configs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7a4d3e8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nix-configs"] + path = nix-configs + url = https://forge.katzen.cafe/schrottkatze/nix-configs diff --git a/nix-configs b/nix-configs new file mode 160000 index 0000000..70e5b25 --- /dev/null +++ b/nix-configs @@ -0,0 +1 @@ +Subproject commit 70e5b25e38f653c5f59c16096f00fdac6b55fc57 -- cgit v1.2.3