11.stylix/modules/eog/testbeds/default.nix
Flameopathic 87df2a1d9c
eog: add testbed (#1200)
Link: https://github.com/danth/stylix/pull/1200

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
2025-05-01 20:23:41 -07:00

4 lines
80 B
Nix

{ pkgs, lib, ... }:
{
stylix.testbed.ui.command.text = lib.getExe pkgs.eog;
}