removed those system packages that no one needs

This commit is contained in:
Sebastian Moser
2023-10-31 20:40:53 +01:00
parent 897bf602e7
commit 596b39f63d

View File

@@ -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
];
}