summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";