nix: use the overlay in the module

This commit is contained in:
Fernando Ayats 2022-06-20 13:04:40 +02:00
parent bd95301188
commit 4efd913de8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in {
package = mkOption {
type = types.package;
default = self.packages.${pkgs.system}.default;
default = pkgs.hyprland or self.packages.${pkgs.system}.default;
defaultText = literalExpression "<Hyprland flake>.packages.<system>.default";
example = literalExpression "<Hyprland flake>.packages.<system>.default.override { }";
description = ''