diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index ddf879b5..59284fff 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -11,7 +11,7 @@ GTK.application_prefer_dark_theme = true; GTK.cursor_theme_name = "Adwaita"; GTK.font_name = "Cantarell 16"; - GTK.icon_theme_name = "gruvbox-dark-icons-gtk"; + GTK.icon_theme_name = "papirus-dark"; # GTK.theme_name = "Adwaita"; GTK.theme_name = "Gruvbox-Dark-BL"; commands.reboot = [ "systemctl" "reboot" ];