nix-config/home-manager/_mixins/cli/ranger.nix

4 lines
60 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ ranger ];
}