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.";
packages = with pkgs; [
# Fonts
fira
roboto-slab
# CLI
git
git-lfs
# GUI
firefox
neofetch
];
};
@ -81,8 +72,13 @@
avahi
cargo
dmidecode
fira
firefox
git
git-lfs
libcamera
lshw
roboto-slab
nix-index
unzip
wget
@ -118,7 +114,7 @@
};
# System
system.stateVersion = "22.11";
system.stateVersion = "23.05";
system.autoUpgrade.enable = true;
}