nixos/regreet: replace deprecated package attrpath
A follow-up to #427540
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user