aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 11:20:08 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 11:20:08 -0500
commit57115992c740e72fe4767f1b9b5e5d2921e884ef (patch)
tree06c30c8109d5caca936d5d5809d42162e4497861 /hosts
parent2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (diff)
clean up qt stuff and tofi stuff
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mercury/config.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index 418b9fe..a8b191b 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -14,6 +14,7 @@
desktop = {
wallpaper = ./wallpapers/abstract-swirls.jpg;
gtk.enable = true;
+ qt.enable = true;
greetd = {
enable = true;
@@ -22,17 +23,18 @@
wm = {
sway.enable = true;
+ kdeDesktopPortal.enable = true;
components = {
fuzzel.enable = true;
dunst.enable = true;
+ tofi.enable = true;
};
};
programs = {
firefox.enable = true;
foot.enable = true;
- tofi.enable = true;
research.enable = true;
};