blob: 298db034dab8010af52fc54a62e9a040b28d953e [file] [log] [blame]
Skyler Greyd455f962022-06-06 08:57:38 +01001{ pkgs, ... }: {
2 home.packages = [
3 pkgs.ranger
4 ];
5
6 home.shellAliases = {
7 ide = "${pkgs.ranger}/bin/ranger";
8 };
9}