mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nixify some more bots
This commit is contained in:
parent
970ddcdacb
commit
5cbf915808
7 changed files with 120 additions and 39 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue