diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:12:19 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:12:19 +0200 |
| commit | ff47c66e53a313c516099fde93cf127eb8b62c13 (patch) | |
| tree | 23acfdf17395705ef77afed23dc8f85e1b3b33e6 | |
| parent | modules/legacy/gtk: Adapt to changed home-manager defaults (diff) | |
| download | nixos-config-ff47c66e53a313c516099fde93cf127eb8b62c13.zip | |
modules/legacy/pkgs: Remove some packages that are already in the system closure
| -rw-r--r-- | modules/home.legacy/pkgs/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 5ab1e73b..18ef3d98 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -16,20 +16,12 @@ # TODO: Remove this whole file, and move each package to a separate module. <2024-11-16> with pkgs; let Gui = { - Terminals = [ - alacritty # default terminal - ]; - Misc = [ keepassxc # password manager ]; }; TuiCli = { - Social = [ - iamb # best tui matrix client (as of today) - ]; - Pdfs = [ con2pdf # Scanner implementation ]; @@ -61,10 +53,6 @@ with pkgs; let }; Media = { - View = [ - zathura # PDF viewer - ]; - YouTube = [ yt # A command line YouTube client ]; |
