Link: https://github.com/danth/stylix/pull/1200 Reviewed-by: awwpotato <awwpotato@voidq.com> Tested-by: awwpotato <awwpotato@voidq.com>
4 lines
80 B
Nix
4 lines
80 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
stylix.testbed.ui.command.text = lib.getExe pkgs.eog;
|
|
}
|