11.stylix/modules/fuzzel/testbeds/fuzzel.nix
awwpotato 683d626986
fuzzel: add testbed (#1784)
Link: https://github.com/nix-community/stylix/pull/1784

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com>
2025-07-28 09:16:03 -07:00

11 lines
203 B
Nix

{ lib, ... }:
{
stylix.testbed.ui = {
graphicalEnvironment = "hyprland";
command.text = "fuzzel";
};
home-manager.sharedModules = lib.singleton {
programs.fuzzel.enable = true;
};
}