diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 97610377..89df777c 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -11,8 +11,7 @@ GTK.application_prefer_dark_theme = true; GTK.cursor_theme_name = "Adwaita"; GTK.font_name = "Cantarell 16"; - GTK.icon_theme_name = "Papirus"; - # GTK.theme_name = "Adwaita"; + GTK.icon_theme_name = "Adwaita"; GTK.theme_name = "Gruvbox-Dark-BL"; commands.reboot = [ "systemctl" "reboot" ]; commands.poweroff = [ "systemctl" "poweroff" ];