diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 6075802..d93a113 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -17,7 +17,7 @@ # Use latest kernel. boot.kernelPackages = pkgs.linuxPackages_latest; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "brandon-laptop"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -93,7 +93,7 @@ }; # Install firefox. - programs.firefox.enable = true; + programs.firefox.enable = false; # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -102,7 +102,10 @@ # $ 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 + wget + brave + git + vscodium ]; # Some programs need SUID wrappers, can be configured further or are