mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
fix spacing
This commit is contained in:
parent
9515e7a216
commit
120d2a2336
1 changed files with 24 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue