diff options
Diffstat (limited to 'modules/home.legacy/pkgs/default.nix')
-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 ]; }; |