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:
parent
716e6669a9
commit
87df2a1d9c
1 changed files with 4 additions and 0 deletions
4
modules/eog/testbeds/default.nix
Normal file
4
modules/eog/testbeds/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
stylix.testbed.ui.command.text = lib.getExe pkgs.eog;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue