hetzner_benchmark: remove (potentially) unuseful packages

This commit is contained in:
Primrose 2025-11-08 12:24:22 +08:00
parent 10d4376834
commit c22c52514f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 0 additions and 22 deletions

View file

@ -105,11 +105,6 @@ in
../homeModules/common/tealdeer.nix
../homeModules/extra/tmux-fish-integration.nix
#
# Extern modules
#
(sources.agenix + "/modules/age-home.nix")
];
}
];

View file

@ -1,10 +1,4 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.nil # nix
pkgs.pyright # python
];
programs.git = {
enable = true;
signing.signByDefault = false; # no need to setup the key

View file

@ -15,7 +15,6 @@
};
home.packages = [
pkgs.nmap
pkgs.stow
pkgs.zip
pkgs.unzip
@ -24,9 +23,6 @@
pkgs.bc
pkgs.dig
pkgs.hutils
pkgs.miniserve
# pkgs.agenix
pkgs.nix-which
# pretty tui tools
pkgs.du-dust
@ -35,13 +31,6 @@
pkgs.watchexec
pkgs.onefetch
pkgs.just
# nix tools
pkgs.alejandra
pkgs.nurl
pkgs.npins
pkgs.nix-tree
pkgs.nh
];
programs = {