From d9e32dc90128be758520886564dd86f3fa496359 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 14 Sep 2025 19:52:12 +0200 Subject: [PATCH] chore: switch to `juno` gtk theme --- modules/home/hyprland/config.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index b8966c2..8ed7e97 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -23,12 +23,12 @@ size = 14; }; theme = { - name = "Gruvbox-Green-Dark"; - package = pkgs.gruvbox-gtk-theme.override { - colorVariants = [ "dark" ]; - themeVariants = [ "green" ]; - tweakVariants = [ "macos" ]; - }; + name = "Juno"; + package = pkgs.juno-theme; # .override { + # colorVariants = [ "dark" ]; + # themeVariants = [ "green" ]; + # tweakVariants = [ "macos" ]; + # }; }; iconTheme = { name = "Papirus-Dark";