aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/pkgs/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-01 20:15:10 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-01 20:15:10 +0200
commit5a607a281dab05fbf835357042f159d60891802f (patch)
treebdee1170b4ebf534720c3f11f355317a2a7d44b0 /modules/home.legacy/pkgs/default.nix
parentpkgs/git-cgit: Init (diff)
downloadnixos-config-5a607a281dab05fbf835357042f159d60891802f.zip
modules/{git,yt,legacy/pkgs}: Move some pkgs to their respective modules
Diffstat (limited to 'modules/home.legacy/pkgs/default.nix')
-rw-r--r--modules/home.legacy/pkgs/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix
index 065f0c96..ddc633c1 100644
--- a/modules/home.legacy/pkgs/default.nix
+++ b/modules/home.legacy/pkgs/default.nix
@@ -48,12 +48,6 @@ with pkgs; let
];
};
- Media = {
- YouTube = [
- yt # A command line YouTube client
- ];
- };
-
Hardware = {
Storage = [
# TODO: smartmontools # Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
@@ -90,10 +84,6 @@ with pkgs; let
Programming = {
GeneralTools = [
- stamp # Add a license header to a file
- git # the fast distributed version control system
- git-edit-index # Allows you to edit the indexed version of a file
- git-cm # A wrapper that re-adds the last commit's subject
glow # Command-line markdown renderer
];
};