summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-18 12:27:11 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-18 12:27:11 +0530
commit70b53392cdb93305d911f8f63366a7c7aa5f6857 (patch)
tree7ce64d030d9c53e6ebc14de8dae157427c5b0684 /home.nix
parentf19d0c3f6460a077bcad72b42b4857a4cedf0b18 (diff)
Added trash utility
Diffstat (limited to 'home.nix')
-rwxr-xr-xhome.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index da08843..9e0ebbd 100755
--- a/home.nix
+++ b/home.nix
@@ -61,6 +61,7 @@ in
cat = "bat";
ll = "eza --icons -lha";
la = "eza --icons -a";
+ trash = "trashy";
};
};
home.username = "anand";