Don't use pkgs.hyprland package in the nix module (#299)

Users who use the overlay: see wiki for fixing your config if it broke.
This commit is contained in:
xDarksome 2022-07-03 15:28:10 +03:00 committed by GitHub
parent e81de82706
commit e0f0ed9af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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