diff --git a/flake.nix b/flake.nix index 2b4aa38..b4ebcd9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A few settings"; outputs = _: { nixosModules = { - voidcruiser = import ./modules/desktop; + voidcruiser = import ./modules; }; }; }