Nix/module: final fix

This commit is contained in:
Mihai Fufezan 2023-08-14 11:53:58 +03:00
parent 9ba6eab8db
commit a0cf890292
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ in {
'';
};
package = (mkPackageOptionMD pkgs "hyprland") {
default = inputs.self.packages.${pkgs.system}.hyprland;
};
package = mkPackageOptionMD inputs.self.packages.${pkgs.system} "hyprland" { };
finalPackage = mkOption {
type = types.package;