From 507dc6db209834f1ab210647d77255f528eb5500 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 10 Jul 2026 18:16:25 +0200 Subject: modules/legacy/pkgs: Remove some un-used packages --- modules/home.legacy/pkgs/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/home.legacy') diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index ddc633c1..840ffb19 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -23,7 +23,6 @@ with pkgs; let TuiCli = { Misc = [ - killall # kill a application by name bc # Smart calculator aumo # Automatic mount jq # Json parser @@ -81,12 +80,6 @@ with pkgs; let ripgrep # A search tool that combines the usability of ag with the raw speed of grep file # Show information about a file ]; - - Programming = { - GeneralTools = [ - glow # Command-line markdown renderer - ]; - }; }; mapFun = x: if builtins.isAttrs x -- cgit v1.3.1