/ cli / ranger.nix
ranger.nix
1  { config, lib, pkgs, ... }: { programs.ranger = { enable = true; }; }