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 /modules/desktop/hjem/wm | |
| parent | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (diff) | |
clean up qt stuff and tofi stuff
Diffstat (limited to 'modules/desktop/hjem/wm')
| -rw-r--r-- | modules/desktop/hjem/wm/tofi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/hjem/wm/tofi.nix b/modules/desktop/hjem/wm/tofi.nix index f6a0703..87dd692 100644 --- a/modules/desktop/hjem/wm/tofi.nix +++ b/modules/desktop/hjem/wm/tofi.nix @@ -4,7 +4,7 @@ config, ... }: let - cfg = config.collinux.desktop.programs.tofi; + cfg = config.collinux.desktop.wm.components.tofi; flags = { drun-launch = "true"; anchor = "bottom"; |
