Added some base packages
This commit is contained in:
parent
2943d267c1
commit
6e514ab503
@ -67,6 +67,17 @@
|
||||
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.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user