fix: remove listed packages that are already enabled

This commit is contained in:
Jet Pham 2026-02-28 13:55:18 -08:00
parent cbaa366f3d
commit 4bba217fd0
No known key found for this signature in database
2 changed files with 2 additions and 16 deletions

View file

@ -278,14 +278,13 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
git
helix # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
vim
docker
docker-compose
nh
];
programs.steam.enable = true;
programs.nix-index-database.comma.enable = true;
environment.variables.EDITOR = "helix";