nixify some more bots

This commit is contained in:
Rouven Seifert 2023-09-12 11:09:32 +02:00
parent 970ddcdacb
commit 5cbf915808
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 120 additions and 39 deletions

View file

@ -4,7 +4,7 @@
environment.systemPackages = with pkgs; [
# fzf
bat
exa
eza
duf
trash-cli
nix-output-monitor
@ -18,7 +18,7 @@
enable = true;
shellAliases = {
rm = "trash";
ls = "exa --icons";
ls = "eza --icons";
l = "ls -l";
ll = "ls -la";
la = "ls -a";