Home Gen461 @ 2025-03-05-15:38
This commit is contained in:
parent
df75598036
commit
bc11297c8d
@ -1,4 +1,8 @@
|
|||||||
{config, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
programs.ranger = {
|
programs.ranger = {
|
||||||
settings = {
|
settings = {
|
||||||
preview_images = true;
|
preview_images = true;
|
||||||
@ -7,6 +11,9 @@
|
|||||||
then "kitty"
|
then "kitty"
|
||||||
else "ueberzug";
|
else "ueberzug";
|
||||||
};
|
};
|
||||||
|
extraConfig = lib.strings.concatStringsSep "\n" [
|
||||||
|
"default_linemode devicons"
|
||||||
|
];
|
||||||
mappings = {
|
mappings = {
|
||||||
f = "console fzf_filter%space";
|
f = "console fzf_filter%space";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user