hydrogen: remove tools I might won't use

This commit is contained in:
Primrose 2025-11-08 12:31:26 +08:00
parent fb1f6624f9
commit eb9e567865
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 7 additions and 16 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ home.packages = [
pkgs.nil # nix
pkgs.pyright # python pkgs.pyright # python
]; ];

View file

@ -24,23 +24,15 @@
pkgs.dig pkgs.dig
pkgs.hutils pkgs.hutils
pkgs.miniserve pkgs.miniserve
pkgs.agenix
pkgs.nix-which pkgs.nix-which
# pretty tui tools # # pretty tui tools
pkgs.du-dust # pkgs.du-dust
pkgs.tokei # pkgs.tokei
pkgs.hyperfine # pkgs.hyperfine
pkgs.watchexec # pkgs.watchexec
pkgs.onefetch # pkgs.onefetch
pkgs.just # pkgs.just
# nix tools
pkgs.alejandra
pkgs.nurl
pkgs.npins
pkgs.nix-tree
pkgs.nh
]; ];
programs = { programs = {