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 [ package = lib.mkPackageOption pkgs "regreet" { };
"greetd"
"regreet"
] { };
settings = lib.mkOption { settings = lib.mkOption {
type = settingsFormat.type; type = settingsFormat.type;