diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 11:20:08 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 11:20:08 -0500 |
| commit | 57115992c740e72fe4767f1b9b5e5d2921e884ef (patch) | |
| tree | 06c30c8109d5caca936d5d5809d42162e4497861 /hosts/mercury | |
| parent | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (diff) | |
clean up qt stuff and tofi stuff
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/config.nix | 4 |
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; }; |
