about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-08-20 11:35:23 +0800
committerGitHub <noreply@github.com>2023-08-20 11:35:23 +0800
commit5f75be53ea1c23d764652997f39136c0281ed168 (patch)
tree729303b5a61afa6ea0d11d213bc81742374c44f2 /nixos/modules/services/x11
parent10df61d44380b776faec04d53bb54721b65f47aa (diff)
parent26adac4d270626a7b884e3bfa429da5e33cfb7af (diff)
downloadnixlib-5f75be53ea1c23d764652997f39136c0281ed168.tar
nixlib-5f75be53ea1c23d764652997f39136c0281ed168.tar.gz
nixlib-5f75be53ea1c23d764652997f39136c0281ed168.tar.bz2
nixlib-5f75be53ea1c23d764652997f39136c0281ed168.tar.lz
nixlib-5f75be53ea1c23d764652997f39136c0281ed168.tar.xz
nixlib-5f75be53ea1c23d764652997f39136c0281ed168.tar.zst
nixlib-5f75be53ea1c23d764652997f39136c0281ed168.zip
Merge pull request #249712 from bobby285271/upd/cinnamon-qt-style
nixos/cinnamon: Override Qt apps style again
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/cinnamon.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/cinnamon.nix b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
index d2e16da93456..bb42c52b69ca 100644
--- a/nixos/modules/services/x11/desktop-managers/cinnamon.nix
+++ b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
@@ -212,6 +212,13 @@ in
       programs.bash.vteIntegration = mkDefault true;
       programs.zsh.vteIntegration = mkDefault true;
 
+      # Qt application style
+      qt = {
+        enable = mkDefault true;
+        style = mkDefault "gtk2";
+        platformTheme = mkDefault "gtk2";
+      };
+
       # Default Fonts
       fonts.packages = with pkgs; [
         source-code-pro # Default monospace font in 3.32