From a643248e066637585e6855395cae4fd32bc5c78a Mon Sep 17 00:00:00 2001 From: willifan Date: Tue, 7 Jan 2025 23:41:38 +0100 Subject: [PATCH] remove hyprpaper from stylix --- modules/default/home-manager/stylix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/default/home-manager/stylix.nix b/modules/default/home-manager/stylix.nix index fdecf54..e4f5f2d 100644 --- a/modules/default/home-manager/stylix.nix +++ b/modules/default/home-manager/stylix.nix @@ -62,6 +62,10 @@ in package = pkgs.papirus-icon-theme; }; + targets = { + hyprland.hyprpaper.enable = false; + }; + }; };