diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 3af06b0d..97610377 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 = "Adwaita"; + GTK.icon_theme_name = "Papirus"; # GTK.theme_name = "Adwaita"; GTK.theme_name = "Gruvbox-Dark-BL"; commands.reboot = [ "systemctl" "reboot" ];