From 48859df9de91300f18dbd734ac34fc299cb69103 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Wed, 30 Aug 2023 21:51:34 +0000 Subject: [PATCH] Add Qt theming --- sets/workstation.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sets/workstation.nix b/sets/workstation.nix index 5090e6b..d6ad2ff 100644 --- a/sets/workstation.nix +++ b/sets/workstation.nix @@ -35,5 +35,10 @@ }; }; + qt = { + enable = true; + platformTheme = "qt5ct"; + }; + users.users.artemis.extraGroups = [ "scanner" ]; }