mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Nix/HM module: fix typo (#166)
This commit is contained in:
parent
02ee7ff3bb
commit
4b3843e283
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
||||||
enable = mkEnableOption "Hyprpaper, Hyprland's wallpaper utility";
|
enable = mkEnableOption "Hyprpaper, Hyprland's wallpaper utility";
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
description = "The hyprpapr package";
|
description = "The hyprpaper package";
|
||||||
type = package;
|
type = package;
|
||||||
default = self.packages.${pkgs.stdenv.hostPlatform.system}.hyprpaper;
|
default = self.packages.${pkgs.stdenv.hostPlatform.system}.hyprpaper;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue