nixos/regreet: replace deprecated package attrpath

A follow-up to #427540
This commit is contained in:
Acid Bong
2025-08-07 19:17:33 +03:00
parent 5ccdc38f57
commit c8dd37a4b0

View File

@@ -26,10 +26,7 @@ in
'';
};
package = lib.mkPackageOption pkgs [
"greetd"
"regreet"
] { };
package = lib.mkPackageOption pkgs "regreet" { };
settings = lib.mkOption {
type = settingsFormat.type;