From 06be5908fc4e365df107b607831c2f94cddfac76 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 8 Sep 2023 12:14:16 +0100 Subject: [PATCH] Finally fix gtk theming Naming was wrong to select correct installed themes --- home/hyprland/gtk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland/gtk.nix b/home/hyprland/gtk.nix index 0c21c1fa..dbd69010 100644 --- a/home/hyprland/gtk.nix +++ b/home/hyprland/gtk.nix @@ -34,11 +34,11 @@ in { }; iconTheme = { package = pkgs.catppuccin-papirus-folders; - name = "cat-mocha-lavender"; + name = "Papirus-Dark"; }; theme = { package = catppuccin-gtk-lavender; - name = "Catppuccin-Mocha-Standard-Lavender"; + name = "Catppuccin-Mocha-Standard-Lavender-dark"; }; }; }