From c22c52514fe18bfe092140d577a9b4b1d74696d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 8 Nov 2025 12:24:22 +0800 Subject: [PATCH] hetzner_benchmark: remove (potentially) unuseful packages --- nix/configurations/hetzner_benchmark.nix | 5 ----- nix/configurations/hetzner_benchmark/home/dev.nix | 6 ------ .../hetzner_benchmark/home/programs.nix | 11 ----------- 3 files changed, 22 deletions(-) diff --git a/nix/configurations/hetzner_benchmark.nix b/nix/configurations/hetzner_benchmark.nix index e858d3c9..6664da7d 100644 --- a/nix/configurations/hetzner_benchmark.nix +++ b/nix/configurations/hetzner_benchmark.nix @@ -105,11 +105,6 @@ in ../homeModules/common/tealdeer.nix ../homeModules/extra/tmux-fish-integration.nix - - # - # Extern modules - # - (sources.agenix + "/modules/age-home.nix") ]; } ]; diff --git a/nix/configurations/hetzner_benchmark/home/dev.nix b/nix/configurations/hetzner_benchmark/home/dev.nix index 28a2d449..1a816999 100644 --- a/nix/configurations/hetzner_benchmark/home/dev.nix +++ b/nix/configurations/hetzner_benchmark/home/dev.nix @@ -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 diff --git a/nix/configurations/hetzner_benchmark/home/programs.nix b/nix/configurations/hetzner_benchmark/home/programs.nix index f11d501f..edd900cd 100644 --- a/nix/configurations/hetzner_benchmark/home/programs.nix +++ b/nix/configurations/hetzner_benchmark/home/programs.nix @@ -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 = {