From a9162e7f13e645906adc727d050b5e9954663286 Mon Sep 17 00:00:00 2001 From: brustybee Date: Fri, 27 Mar 2026 16:37:28 +0530 Subject: enable qt and some no so important small changes --- users/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'users/common.nix') diff --git a/users/common.nix b/users/common.nix index 043592e..7f264c6 100644 --- a/users/common.nix +++ b/users/common.nix @@ -41,6 +41,11 @@ }; }; + qt = { + enable = true; + platformTheme.name = "qtct"; + }; + gtk = { enable = true; theme = { @@ -103,6 +108,7 @@ element-desktop wlsunset thunderbird + quickshell (pkgs.obsidian.override { electron = pkgs.electron_40; }) -- cgit v1.3.1