diff --git a/home/by-host/endurance/misc/everything.nix b/home/by-host/endurance/misc/everything.nix index 6adfa40..74083c5 100644 --- a/home/by-host/endurance/misc/everything.nix +++ b/home/by-host/endurance/misc/everything.nix @@ -15,9 +15,10 @@ bottom # System resource monitor grim # Screenshots slurp # Region selection - portfolio - pytr + portfolio # Investment management + pytr # TradeRepublic CLI tabiew # csv viewer + trash-cli # Freedesktop trash management # Productivity obsidian # Note taking @@ -26,7 +27,6 @@ onlyoffice-desktopeditors # libreoffice alternative speedcrunch # GUI calculator app calibre # eBook Manager - spacedrive-v2 # loupe # Photo viewer (dokieli.overrideAttrs diff --git a/modules/home/common/terminal/shell/aliases.nix b/modules/home/common/terminal/shell/aliases.nix index 816199f..57044c5 100644 --- a/modules/home/common/terminal/shell/aliases.nix +++ b/modules/home/common/terminal/shell/aliases.nix @@ -8,5 +8,6 @@ cat = "bat"; vim = "hx"; vi = "hx"; + trash = "trash-put"; }; }