aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/pkgs
diff options
context:
space:
mode:
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
];