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:
@ -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
|
||||
|
@ -2,5 +2,8 @@
|
||||
{
|
||||
imports = [ ./virtualization.nix ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ yubikey-manager ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubikey-manager
|
||||
trash-cli
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user