From 0099c4869453f391e241bc196101c578e7a8c6f7 Mon Sep 17 00:00:00 2001 From: logical_code Date: Mon, 7 Jul 2025 14:13:18 -0400 Subject: [PATCH] packages/hostname update added wget, git, brave, vscodium --- hosts/laptop/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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