about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-09-01T14·38+0300
committertazjin <tazjin@tvl.su>2024-09-03T13·45+0000
commit6cfae6c42300ffc4461d720040bcb74798832e46 (patch)
treec7fbf83cc76e2f27d561c9b5cd48c1091337780d
parent0f519a6f13138f9b7108361bd792d88e7cb39ca4 (diff)
feat(tazjin/nixos): enable Qt theming with qt5ct r/8641
Change-Id: I1ce0ab9085951d48021f2034a32bcf91c0a675df
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12423
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--users/tazjin/nixos/modules/desktop.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/desktop.nix b/users/tazjin/nixos/modules/desktop.nix
index 0fe41e7d8c76..e9c064cdc7d5 100644
--- a/users/tazjin/nixos/modules/desktop.nix
+++ b/users/tazjin/nixos/modules/desktop.nix
@@ -50,6 +50,10 @@
   # swaylock needs an empty PAM configuration, otherwise it locks the user out
   security.pam.services.swaylock = { };
 
+  # enable theming support for Qt that is compatible with Chicago95 theme
+  qt.enable = true;
+  qt.platformTheme = "qt5ct";
+
   # If something needs more than 10s to stop it should probably be
   # killed.
   systemd.extraConfig = ''