[default] Add some common utils

This commit is contained in:
2024-11-12 08:01:49 -08:00
parent e1a804cfed
commit e3ef710bdb

View File

@@ -42,8 +42,10 @@ with lib;
services.openssh.enable = true;
environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
git
pciutils
vim
usbutils
];
nix = {