summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/desktop.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/desktop.nix b/system/desktop.nix
index 8a37148..9017ce7 100644
--- a/system/desktop.nix
+++ b/system/desktop.nix
@@ -31,6 +31,13 @@ in {
# gtk portal?
programs.dconf.enable = true;
+ # qt
+ qt = {
+ enable = true;
+ platformTheme = "gtk2";
+ style = "gtk2";
+ };
+
# audio / video
services.pipewire = {
enable = true;