eog: add testbed (#1200)

Link: https://github.com/danth/stylix/pull/1200

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
Flameopathic 2025-05-01 23:23:41 -04:00 committed by GitHub
parent 716e6669a9
commit 87df2a1d9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
{ pkgs, lib, ... }:
{
stylix.testbed.ui.command.text = lib.getExe pkgs.eog;
}