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 | |
| parent | f19d0c3f6460a077bcad72b42b4857a4cedf0b18 (diff) | |
Added trash utility
| -rw-r--r-- | configuration.nix | 1 | ||||
| -rwxr-xr-x | home.nix | 1 |
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; [ @@ -61,6 +61,7 @@ in cat = "bat"; ll = "eza --icons -lha"; la = "eza --icons -a"; + trash = "trashy"; }; }; home.username = "anand"; |
