9 lines
No EOL
174 B
Nix
9 lines
No EOL
174 B
Nix
{ ... }: {
|
|
xdg.configFile."ranger-rc-conf" = {
|
|
enable = true;
|
|
target = "./ranger/rc.conf";
|
|
text = ''
|
|
preview_images_method kitty icat
|
|
'';
|
|
};
|
|
} |