From af3dc0c909851b7cfdecefff26ccf99a623b9a6c Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 16 Apr 2023 16:52:31 +0200 Subject: [PATCH] Add hyprpaper + breeze qt/gtk themes --- home/modules/hyprland.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 5d0cd3ef..a6ff5984 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -22,10 +22,19 @@ in { } ]; + home.sessionVariables = { + QT_QPA_PLATFORMTHEME = "qt5ct"; + }; + home.packages = with pkgs; [ + hyprpaper + # TODO: These are mostly also present in the Plasma module, find a way to unify this? libsForQt5.qt5ct # QT Configurator for unintegrated desktops libsForQt5.ark + libsForQt5.breeze-gtk + libsForQt5.breeze-icons + libsForQt5.breeze-qt5 libsForQt5.dolphin libsForQt5.dolphin-plugins libsForQt5.ffmpegthumbs