mirror of
https://github.com/danth/stylix
synced 2024-11-22 04:03:09 +00:00
hyprland: only enable hyprpaper when hyprland is installed (#544)
See https://github.com/danth/stylix/issues/542#issuecomment-2324323870 Closes #542
This commit is contained in:
parent
3a4101c4f4
commit
c95de36252
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ in {
|
|||
|
||||
config =
|
||||
lib.mkIf
|
||||
(config.stylix.enable && config.stylix.targets.hyprland.enable)
|
||||
(config.stylix.enable && config.stylix.targets.hyprland.enable && config.wayland.windowManager.hyprland.enable)
|
||||
{
|
||||
services.hyprpaper.enable = true;
|
||||
stylix.targets.hyprpaper.enable = true;
|
||||
|
|
Loading…
Reference in a new issue