From b66fa26eaad3fcbf92af680b686f3d2680539128 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sat, 22 Mar 2025 12:26:11 -0500 Subject: Adding to repo --- modules/home-manager/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/home-manager/default.nix (limited to 'modules/home-manager/default.nix') diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix new file mode 100644 index 0000000..d4f83da --- /dev/null +++ b/modules/home-manager/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./cook-cli + ./cooklang-chef + ]; +} -- cgit v1.2.3