Updates and patches to ranger + kitty setup

This commit is contained in:
Emmet 2023-08-08 21:24:21 -05:00
parent 515672d763
commit 0222b95eca
3 changed files with 27 additions and 1 deletions

View file

@ -10,9 +10,12 @@ let myCbxScript = ''
'';
in
{
imports = [ ../../pkgs/ranger.nix ];
home.packages = with pkgs; [
ranger
xdragon
highlight
(pkgs.writeScriptBin "cbx" myCbxScript)
];
home.file.".config/ranger/rc.conf".source = ./rc.conf;