From 92c6e47c1924b73e9369f923a3492c423dcb1ea7 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 9 Feb 2024 16:15:08 -0700 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cdd96a..35c6370 100644 --- a/README.md +++ b/README.md @@ -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.