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

3 lines
60 B
Nix

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