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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue