added system packages

This commit is contained in:
Richard Mauer 2024-12-28 19:54:03 -05:00
parent 0ae6778ebb
commit 1816c7b4d5

View File

@ -16,5 +16,10 @@
tree tree
]; ];
}; };
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];
}; };
} }