modules/home/programs/shell/fish.nix: add batman for paging
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption getExe;
|
||||
cfg = config.shell.fish;
|
||||
in {
|
||||
options = {
|
||||
@ -52,6 +53,7 @@ in {
|
||||
set fish_greeting
|
||||
set fish_cursor_default block blink
|
||||
set EDITOR hx
|
||||
${getExe pkgs.bat-extras.batman} --export-env | source
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user