hetzner_benchmark/home: remove packages I don't use

This commit is contained in:
Primrose 2026-02-01 00:11:52 +01:00
parent 35389355e6
commit dbd0564126
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 6 additions and 11 deletions

View file

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

View file

@ -20,17 +20,6 @@
pkgs.unzip
pkgs.gnutar
pkgs.p7zip
pkgs.bc
pkgs.dig
pkgs.hutils
# pretty tui tools
pkgs.dust
pkgs.tokei
pkgs.hyperfine
pkgs.watchexec
pkgs.onefetch
pkgs.just
];
programs = {