diff --git a/configuration.nix b/configuration.nix index a7f7359..64c3345 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; }