some clean

This commit is contained in:
2025-10-10 20:08:23 +03:00
parent 4c57551ff8
commit fced475e86
101 changed files with 19 additions and 286 deletions
+3 -3
View File
@@ -98,8 +98,8 @@
flakeContext = { inherit inputs; };
in
{ }
// (import ./homeConfigurations flakeContext)
// (import ./nixosConfigurations flakeContext)
// (import ./nixosModules flakeContext)
// (import ./home flakeContext)
// (import ./configurations flakeContext)
// (import ./modules flakeContext)
// (import ./pkgs flakeContext);
}