update imports

This commit is contained in:
Vinzenz Schroeter 2025-09-15 18:11:53 +02:00
parent 1bebb5d096
commit 87062e05c4
4 changed files with 10 additions and 8 deletions

View file

@ -113,6 +113,7 @@
inherit system;
specialArgs = commonSpecialArgs // {
vinzenzNixosModules = self.nixosModules;
vinzenzHomeConfigurations = self.homeConfigurations;
};
modules = [
{
@ -216,6 +217,7 @@
};
homeModules = self.lib.importDir ./homeModules;
homeConfigurations = self.lib.importDir ./homeConfigurations;
formatter = forAllSystems ({ pkgs, ... }: pkgs.nixfmt-tree);
};