Ranger: Difference between revisions
imported>LinArcX No edit summary |
added to Category:Applications. Beginning sentence to explain ranger |
||
Line 1: | Line 1: | ||
Ranger is a command line file manager with a minimalistic interface. | |||
== Enabling == | == Enabling == | ||
To use ranger, add it to configuration.nix: | To use ranger, add it to configuration.nix: | ||
Line 20: | Line 22: | ||
</nowiki> | </nowiki> | ||
from NUR. | from NUR. | ||
[[Category:Applications]] |
Revision as of 16:09, 19 April 2024
Ranger is a command line file manager with a minimalistic interface.
Enabling
To use ranger, add it to configuration.nix:
/etc/nixos/configuration.nix
environment.systemPackages = with pkgs; [
#----=[ File Manager ]=----#
ranger
...
];
Adds file glyphs / icon support to Ranger
Follow the instructions in: ranger_devicons But before install it, you have to install a nerdfont derivations. i suggest to install: nur.repos.mic92.source-code-pro-nerdfonts from NUR.