11.stylix/modules/broot/testbeds/broot.nix
dastarruer 9654508da1
broot: init (#2210)
Closes: https://github.com/nix-community/stylix/issues/332
Link: https://github.com/nix-community/stylix/pull/2210

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2026-02-20 13:24:59 +01:00

9 lines
186 B
Nix

{ lib, pkgs, ... }:
{
stylix.testbed.ui.command = {
text = "broot";
useTerminal = true;
};
home-manager.sharedModules = lib.singleton { programs.broot.enable = true; };
}