aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-29 12:13:36 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-29 12:15:27 +0100
commit3d8beddc59f052dbd1e17323acf07a847d203bd4 (patch)
treee2f67478cf415a847a733ee8fcfe300c88713e97 /modules
parentfix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if password... (diff)
downloadnixos-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 'modules')
-rw-r--r--modules/home.legacy/pkgs/default.nix8
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
];
};