1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05: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

View File

@@ -37,7 +37,7 @@ in
};
dgop = {
package = lib.mkPackageOption pkgs "dgop";
package = lib.mkPackageOption pkgs "dgop" {};
};
enableSystemMonitoring = lib.mkOption {