Jump to content

Ranger: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
m Category:File Manager
Klinger (talk | contribs)
m link to ranger
Line 1: Line 1:
Ranger is a command line file manager with a minimalistic interface.
[https://github.com/ranger/ranger Ranger] is a command line file manager with a minimalistic vim-inspired interface.


== Enabling ==
== Enabling ==

Revision as of 21:04, 25 June 2024

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
    ...
];
🟆︎
Tip: In order to affect your NixOS system by your nix-language-specific changes you must first evaluate it:
$ nixos-rebuild switch --sudo

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.