summaryrefslogtreecommitdiff
path: root/users/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/common.nix')
-rw-r--r--users/common.nix6
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;
})