diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-03 20:25:33 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-03 20:25:33 +0200 |
| commit | 6584ac752565f74171d64f3b92ef6a6e90241e21 (patch) | |
| tree | 5f89b351cbd046a64a68d268c6a039a05bf6c6f2 /modules/home.legacy/pkgs | |
| parent | {pkgs/{lf-make-map,river-mk-keymap},flake}: Update (diff) | |
| download | nixos-config-6584ac752565f74171d64f3b92ef6a6e90241e21.zip | |
pkgs/con2pdf: Remove from system closure
This script depends on the deprecated shell-library, and as such was
unusable for over a year. It's time to remove it from the closure.
Diffstat (limited to 'modules/home.legacy/pkgs')
| -rw-r--r-- | modules/home.legacy/pkgs/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 18ef3d98..065f0c96 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -22,10 +22,6 @@ with pkgs; let }; TuiCli = { - Pdfs = [ - con2pdf # Scanner implementation - ]; - Misc = [ killall # kill a application by name bc # Smart calculator |
