From 596b39f63df6a42b3117ae05d8b79fa97e4c8f41 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 31 Oct 2023 20:40:53 +0100 Subject: [PATCH] removed those system packages that no one needs --- hosts/main.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/main.nix b/hosts/main.nix index e3ed56c..6d40a2f 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -154,15 +154,6 @@ HibernateDelaySec=2h HibernateMode=shutdown ''; - - - # List packages installed in system profile. - environment.systemPackages = with pkgs; [ - vim # Do not forget to add an editor to edit configuration.nix! - wget - xorg.xmodmap - bluez - ]; }