packages/hostname update

added wget, git, brave, vscodium
This commit is contained in:
logical_code 2025-07-07 14:13:18 -04:00
parent 450e768613
commit 0099c48694

View file

@ -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