This might work...

This commit is contained in:
Nox Sluijtman 2023-12-16 19:36:53 +01:00
parent 84d45eb3d8
commit 55453b7939

View file

@ -1,5 +1,5 @@
{ description = "A few settings";
outputs = _: {
outputs = {self, ...}: {
nixosModules = {
default = import ./modules;
};