1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

fixed lambda issue on nixos (#1188)

This commit is contained in:
Tacticalsmooth
2025-12-28 12:50:07 +01:00
committed by GitHub
parent 84fb567ff5
commit 7b9ba840fb
+1 -1
View File
@@ -37,7 +37,7 @@ in
};
dgop = {
package = lib.mkPackageOption pkgs "dgop";
package = lib.mkPackageOption pkgs "dgop" {};
};
enableSystemMonitoring = lib.mkOption {