Home: added tofu; disabled fuzzel

This commit is contained in:
Jurn Wubben 2025-07-10 20:03:29 +02:00
parent 4dc519be8c
commit 9c54aee474
4 changed files with 52 additions and 4 deletions

View file

@ -3,11 +3,15 @@
pkgs,
lib,
...
}: {
}: let
inherit (lib) getExe;
in {
programs.fuzzel = {
inherit (osConfig.programs.hyprland) enable;
enable = false; #NOTE: Fuzzel is disabled.
# inherit (osConfig.programs.hyprland) enable;
settings.main = {
launch-prefix = "${lib.getExe pkgs.uwsm} app --";
terminal = "${getExe pkgs.foot}";
};
};
}