programs.xplr.extraConfig

Extra xplr configuration.

Type
strings concatenated with "\n"
Default
""
Example
require("wl-clipboard").setup {
  copy_command = "wl-copy -t text/uri-list",
  paste_command = "wl-paste",
  keep_selection = true,
}
Declared
<home-manager/modules/programs/xplr.nix>