move clan config to its own directory

This commit is contained in:
2025-11-03 23:51:20 +01:00
parent a680d58664
commit 740ed6725a
5 changed files with 272 additions and 255 deletions

View File

@@ -15,11 +15,10 @@
flake-parts.lib.mkFlake { inherit inputs; } ({
imports = [
inputs.clan-core.flakeModules.default
./clan/flake-module.nix
./clanServices/flake-module.nix
./devShells/flake-module.nix
./home-manager/flake-module.nix
./machines/flake-module.nix
./modules/flake-module.nix
./packages/flake-module.nix
];