From 312ecfbecabe28743af6f2c313b033b81ad00176 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 25 Jan 2025 14:05:42 +0000 Subject: [PATCH] add cloudnix config --- home/cloudnix.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 home/cloudnix.nix diff --git a/home/cloudnix.nix b/home/cloudnix.nix new file mode 100644 index 0000000..7aab28f --- /dev/null +++ b/home/cloudnix.nix @@ -0,0 +1,11 @@ +{ + ... +}: { + imports = [ + ./users/admin + ./common/core + ./common/optional/git.nix + ./common/optional/sops.nix + ]; + +}