diff --git a/configuration.nix b/configuration.nix index 8d47d78..fd82ce5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "nemesis"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -62,8 +62,9 @@ # List packages installed in system profile. To search, run: # $ nix search wget 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 + vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + wget + git ]; # Some programs need SUID wrappers, can be configured further or are