This commit is contained in:
fwastring 2025-10-12 14:16:20 +02:00
parent 451181b9fa
commit 92b608048d

View file

@ -75,5 +75,10 @@
]; ];
}; };
}); });
nixosModules.default =
{ pkgs, ... }:
{
environment.systemPackages = [ self.packages.${pkgs.system}.default ];
};
}; };
} }