From a8e1a504cac05d8828c0d0c618fe4e683c5bf789 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:29:12 -0500 Subject: [PATCH] Tune theme --- desktop/base.nix | 1 + desktop/hyprland.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop/base.nix b/desktop/base.nix index b69ea18..bc290ce 100644 --- a/desktop/base.nix +++ b/desktop/base.nix @@ -8,6 +8,7 @@ # Themes adwaita-icon-theme kdePackages.breeze + papirus-icon-theme # Common utils xfce.thunar diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 1f2fd48..28b1938 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -53,9 +53,9 @@ # Cursor theme for Hyprland and regular Wayland/XWayland clients. environment.sessionVariables = { - HYPRCURSOR_THEME = "Adwaita"; - HYPRCURSOR_SIZE = "24"; - XCURSOR_THEME = "Adwaita"; + GTK_THEME = "Breeze"; + XCURSOR_THEME = "breeze_cursors"; XCURSOR_SIZE = "24"; + HYPRCURSOR_SIZE = "24"; }; }