11.stylix/modules/eog/testbeds/eog.nix
2025-05-24 08:53:58 -04:00

4 lines
80 B
Nix

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