diff --git a/configuration.nix b/configuration.nix index 43cea1d..aa7ead7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,11 +45,11 @@ # Define user accounts users.users.aaronh = { - description = "Aaron Honeycutt"; - home = "/home/aaronh"; - extraGroups = [ "wheel" "networkmanager" "adm"]; - isNormalUser = true; - hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; + description = "Aaron Honeycutt"; + home = "/home/aaronh"; + extraGroups = [ "wheel" "networkmanager" "adm"]; + isNormalUser = true; + hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; }; @@ -58,29 +58,25 @@ # Install some packages environment.systemPackages = - with pkgs; - [ - avahi - dmidecode - fira - firefox - git - git-lfs - helix - libcamera - lshw - restic - roboto-slab - syncthing - nvd - unzip - wget - xz - zlib - - # Packages from Flake Inputs - #inputs.nix-software-center.packages.${system}.nix-software-center - ]; + with pkgs; + [ + avahi + dmidecode + fira + firefox + git + git-lfs + helix + libcamera + lshw + restic + roboto-slab + nvd + unzip + wget + xz + zlib + ]; # Enable/Disable hardware ## Turn off PulseAudio