From 57115992c740e72fe4767f1b9b5e5d2921e884ef Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:20:08 -0500 Subject: clean up qt stuff and tofi stuff --- hosts/mercury/config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') 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; }; -- cgit v1.3.1