From 26adac4d270626a7b884e3bfa429da5e33cfb7af Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 17 Aug 2023 16:29:14 +0800 Subject: nixos/cinnamon: Override Qt apps style again Use gtk2 to follow Mint's decision for now. --- nixos/modules/services/x11/desktop-managers/cinnamon.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixos/modules/services/x11') 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 -- cgit 1.4.1