4 lines
80 B
Nix
4 lines
80 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
stylix.testbed.ui.command.text = lib.getExe pkgs.eog;
|
|
}
|