about summary refs log tree commit diff stats
path: root/modules/home.legacy/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:12:19 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:12:19 +0200
commitff47c66e53a313c516099fde93cf127eb8b62c13 (patch)
tree23acfdf17395705ef77afed23dc8f85e1b3b33e6 /modules/home.legacy/pkgs
parentmodules/legacy/gtk: Adapt to changed home-manager defaults (diff)
downloadnixos-config-ff47c66e53a313c516099fde93cf127eb8b62c13.zip
modules/legacy/pkgs: Remove some packages that are already in the system closure
Diffstat (limited to 'modules/home.legacy/pkgs')
-rw-r--r--modules/home.legacy/pkgs/default.nix12
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
       ];