diff options
| author | brustybee <bee@4d2.org> | 2026-03-27 16:37:28 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-27 16:37:28 +0530 |
| commit | a9162e7f13e645906adc727d050b5e9954663286 (patch) | |
| tree | 4c59f67f733fa426b0a287aa52bc3be0df772725 /users/common.nix | |
| parent | a2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa (diff) | |
enable qt and some no so important small changes
Diffstat (limited to 'users/common.nix')
| -rw-r--r-- | users/common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; }) |
