diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 12:13:36 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-29 12:15:27 +0100 |
commit | 3d8beddc59f052dbd1e17323acf07a847d203bd4 (patch) | |
tree | e2f67478cf415a847a733ee8fcfe300c88713e97 /modules | |
parent | fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if password... (diff) | |
download | nixos-config-3d8beddc59f052dbd1e17323acf07a847d203bd4.zip |
refactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): Remove
I have not used one of these commands in the last 8 months.
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/pkgs/default.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 1d77c7de..859aea36 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -55,8 +55,6 @@ with pkgs; let snap-sync-forked # A btrfs based backup solution bc # Smart calculator aumo # Automatic mount - nato # Encodes a string in the standardized spelling alphabet - virsh-del # Delete a libvirt virtual machine (not really used anymore). jq # Json parser ]; @@ -91,13 +89,10 @@ with pkgs; let ]; YouTube = [ - yti # Wrapper around `yt-dlp`. yt # A command line YouTube client ]; - Listen = [ - spodi # Wrapper around `spotdl`. - ]; + Listen = []; }; Hardware = { @@ -149,7 +144,6 @@ with pkgs; let git # the fast distributed version control system git-edit-index # Allows you to edit the indexed version of a file git-cm # A wrapper that re-adds the last commit's subject - git-cleanup # An automatic merged branch deleter glow # Command-line markdown renderer ]; }; |