Updates and patches to ranger + kitty setup

This commit is contained in:
Emmet
2023-08-08 21:24:21 -05:00
parent 02c527eddf
commit 1fb6e2e44d
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;