fix spacing

This commit is contained in:
Aaron Honeycutt 2025-02-18 17:11:21 +00:00
parent 9515e7a216
commit 120d2a2336

View file

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