mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-15 10:12:07 -04:00
nix: let paths be used instead of only packages in plugins (#988)
This commit is contained in:
@@ -77,7 +77,7 @@ in
|
||||
description = "Whether to enable this plugin";
|
||||
};
|
||||
src = lib.mkOption {
|
||||
type = types.package;
|
||||
type = types.either types.package types.path;
|
||||
description = "Source of the plugin package or path";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user