removes rip2 in favor of trash-cli

changes rm alias to trash-put
removes unused gnome-extensions-cli and bauh pipx package
This commit is contained in:
Menno van Leeuwen 2024-11-09 03:40:40 +01:00
parent 536b5f2e0b
commit 68856dd2b5
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ alias la='l -a'
alias cat='bat'
alias du='dust'
alias df='duf'
alias rm="echo Use 'rip' instead of rm."
alias rm="trash-put"
# Docker Aliases
alias d='docker'

View File

@ -68,10 +68,7 @@ config:
packages:
# Supply a git_url and binary to install from source
cargo:
rip2:
fd-find:
pipx:
- gnome-extensions-cli
- bauh
- shyaml

View File

@ -2,5 +2,8 @@
{
imports = [ ./virtualization.nix ];
environment.systemPackages = with pkgs; [ yubikey-manager ];
environment.systemPackages = with pkgs; [
yubikey-manager
trash-cli
];
}