From 82b01e3940802e7322ea6d0f8b99531861f37876 Mon Sep 17 00:00:00 2001 From: willifan Date: Tue, 7 Jan 2025 23:36:34 +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 e72ceac..1d702ab 100644 --- a/modules/default/home-manager/stylix.nix +++ b/modules/default/home-manager/stylix.nix @@ -61,6 +61,10 @@ in dark = "Papirus-Dark"; package = pkgs.papirus-icon-theme; }; + + targets = { + hyprland.hyprpaper.enable = false; + }; }; };