summaryrefslogtreecommitdiff
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
parentf19d0c3f6460a077bcad72b42b4857a4cedf0b18 (diff)
Added trash utility
-rw-r--r--configuration.nix1
-rwxr-xr-xhome.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 555c9ec..94d42d5 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -91,6 +91,7 @@
wl-clipboard
hypridle
hyprlock
+ trashy
];
fonts.packages = with pkgs; [
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";