Ranger

From NixOS Wiki
Revision as of 17:42, 30 December 2024 by FliegendeWurst (talk | contribs) (→‎Adds file glyphs / icon support to Ranger: update Nerdfonts reference)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ranger is a command line file manager with a minimalistic vim-inspired 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

You will also need to install Nerdfonts.