Added some base packages

This commit is contained in:
Alex Davies 2024-05-11 16:19:50 -03:00
parent 2943d267c1
commit 6e514ab503

View File

@ -67,6 +67,17 @@
auto-optimise-store = true; auto-optimise-store = 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.
# wget
pkgs.neovim
pkgs.mosh
pkgs.git
pkgs.usbutils
pkgs.pciutils
];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;