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:
parent
536b5f2e0b
commit
68856dd2b5
2
.bashrc
2
.bashrc
@ -18,7 +18,7 @@ alias la='l -a'
|
|||||||
alias cat='bat'
|
alias cat='bat'
|
||||||
alias du='dust'
|
alias du='dust'
|
||||||
alias df='duf'
|
alias df='duf'
|
||||||
alias rm="echo Use 'rip' instead of rm."
|
alias rm="trash-put"
|
||||||
|
|
||||||
# Docker Aliases
|
# Docker Aliases
|
||||||
alias d='docker'
|
alias d='docker'
|
||||||
|
@ -68,10 +68,7 @@ config:
|
|||||||
packages:
|
packages:
|
||||||
# Supply a git_url and binary to install from source
|
# Supply a git_url and binary to install from source
|
||||||
cargo:
|
cargo:
|
||||||
rip2:
|
|
||||||
fd-find:
|
fd-find:
|
||||||
|
|
||||||
pipx:
|
pipx:
|
||||||
- gnome-extensions-cli
|
|
||||||
- bauh
|
|
||||||
- shyaml
|
- shyaml
|
||||||
|
@ -2,5 +2,8 @@
|
|||||||
{
|
{
|
||||||
imports = [ ./virtualization.nix ];
|
imports = [ ./virtualization.nix ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ yubikey-manager ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
yubikey-manager
|
||||||
|
trash-cli
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user