update README

This commit is contained in:
Aaron Honeycutt 2024-02-09 16:15:08 -07:00
parent 46df8d1860
commit 92c6e47c19

View file

@ -4,10 +4,10 @@ This installer is named after my doggo Onyxia.
At the core of this installer it does the following:
- Partition the drive of your choice
- Partition the drive of your choice using Disko
- Uses `flake.nix` to set certain modules depending on the system like nixos-hardware for the Pinebook Pro
- Uses home-manager to manage settings for GNOME (current desktop) and other applications for my user
- Installs a base of NixOS (`configuration.nix`)
- Installs needed packages for certain hardware
- Installs home-manager, sets the home.nix file into /etc/nixos/ so that it is updated with the rest of the system
nix files are from [this repo](https://gitlab.com/ahoneybun/nix-configs/) but that can be changed as needed.