finalized setup

This commit is contained in:
Chris Kruining 2024-07-24 16:31:42 +02:00
parent 4b9437df85
commit 31dd6510f8
13 changed files with 71 additions and 285 deletions

View file

@ -43,6 +43,13 @@ in
rgFull = pkgs.ripgrep.override {withPCRE2 = true;};
};
programs = {
bat.enable = true;
eza.enable = true;
fzf.enable = true;
zoxide.enable = true;
};
})
];
}