Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-08-11 14:24:41 +00:00
parent 8c29a7be92
commit 395e87c3fd

View file

@ -58,16 +58,7 @@
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
packages = with pkgs; [ packages = with pkgs; [
# Fonts neofetch
fira
roboto-slab
# CLI
git
git-lfs
# GUI
firefox
]; ];
}; };
@ -81,8 +72,13 @@
avahi avahi
cargo cargo
dmidecode dmidecode
fira
firefox
git
git-lfs
libcamera libcamera
lshw lshw
roboto-slab
nix-index nix-index
unzip unzip
wget wget
@ -118,7 +114,7 @@
}; };
# System # System
system.stateVersion = "22.11"; system.stateVersion = "23.05";
system.autoUpgrade.enable = true; system.autoUpgrade.enable = true;
} }