diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c2025c6..5ccd3b3 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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;