Ranger: Difference between revisions
Appearance
imported>LinArcX Initialize ranger page. |
imported>LinArcX mNo edit summary |
||
Line 3: | Line 3: | ||
== Enabling == | == Enabling == | ||
To use | To use ranger, add it to configuration.nix: | ||
{{file|/etc/nixos/configuration.nix|nix| | {{file|/etc/nixos/configuration.nix|nix| | ||
<nowiki> | <nowiki> |
Revision as of 13:42, 10 March 2019
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
ranger A VIM-inspired filemanager for the console.
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.