cleanup and git theme

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-12 01:18:14 +01:00
parent 05e5d3bc39
commit 41b5142e74
12 changed files with 4 additions and 210 deletions

View file

@ -18,13 +18,12 @@ in
BATDIFF_USE_DELTA = "true";
};
/*
home.shellAliases = {
cat = "${pkgs.bat}/bin/bat --decorations never";
less = ''${pkgs.bat}/bin/bat --decorations never --paging=always --pager "${pkgs.less}/bin/less -RF"'';
man = "${pkgs.bat-extras.batman}/bin/batman";
};
*/
home.packages = with pkgs; [
vim
];