1
0
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:
Lucas
2025-12-11 19:57:22 -03:00
committed by GitHub
parent 5c3346aa9d
commit 89dcd72d70
3 changed files with 9 additions and 4 deletions

View File

@@ -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";
};
};