diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-10 18:16:25 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-10 18:16:25 +0200 |
| commit | 507dc6db209834f1ab210647d77255f528eb5500 (patch) | |
| tree | fed60ba2a01b026c9454329116a420fba3f81510 | |
| parent | modules/lutris: Add more (optional) dependencies (diff) | |
| download | nixos-config-507dc6db209834f1ab210647d77255f528eb5500.zip | |
modules/legacy/pkgs: Remove some un-used packages
Diffstat (limited to '')
| -rw-r--r-- | modules/home.legacy/pkgs/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
