From 5234bd23732b0b95ee605ce059179d12438a7acb Mon Sep 17 00:00:00 2001
From: rycee
Default: Declared by: Whether to enable xplr, terminal UI based file explorer. Type:
+boolean Default:
+ Example:
+ Declared by: The xplr package to use. Type:
+package Default:
+ Declared by: Extra xplr configuration. Type:
+strings concatenated with ā\nā Default:
+ Example: Declared by: Plugins to be added to your configuration file. Must be a package, an absolute plugin path, or string to be recognized
+by xplr. Paths will be relative to
+ Type:
+null or (list of (package or string)) Default:
+ Declared by: Whether to enable yazi. Type:
boolean Default:
Example:
<home-manager/modules/programs/xmobar.nix>
+
programs.xplr.enable
false
true
+<home-manager/modules/programs/xplr.nix>
+
programs.xplr.package
pkgs.xplr
+<home-manager/modules/programs/xplr.nix>
+
programs.xplr.extraConfig
""
require("wl-clipboard").setup {
+ copy_command = "wl-copy -t text/uri-list",
+ paste_command = "wl-paste",
+ keep_selection = true,
+}
+
+
+<home-manager/modules/programs/xplr.nix>
+
programs.xplr.plugins
$XDG_CONFIG_HOME/xplr/init.lua
unless they are absolute.[]
+<home-manager/modules/programs/xplr.nix>
programs.yazi.enable
false