mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
fixed lambda issue on nixos (#1188)
This commit is contained in:
@@ -37,7 +37,7 @@ in
|
||||
};
|
||||
|
||||
dgop = {
|
||||
package = lib.mkPackageOption pkgs "dgop";
|
||||
package = lib.mkPackageOption pkgs "dgop" {};
|
||||
};
|
||||
|
||||
enableSystemMonitoring = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user