diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-18 12:27:11 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-18 12:27:11 +0530 |
| commit | 70b53392cdb93305d911f8f63366a7c7aa5f6857 (patch) | |
| tree | 7ce64d030d9c53e6ebc14de8dae157427c5b0684 /home.nix | |
| parent | f19d0c3f6460a077bcad72b42b4857a4cedf0b18 (diff) | |
Added trash utility
Diffstat (limited to 'home.nix')
| -rwxr-xr-x | home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ in cat = "bat"; ll = "eza --icons -lha"; la = "eza --icons -a"; + trash = "trashy"; }; }; home.username = "anand"; |
