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 = {