From 4177fd51e3234b117f08cac7998a7271c7b41a62 Mon Sep 17 00:00:00 2001 From: zack Date: Sat, 27 Jul 2024 00:03:06 -0400 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 293bda0..6977516 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ could not have done this without their work :) Grab the [nixos iso](https://nixos.org/download/) and install nixos on to your computer using the graphical installer. +> [!WARNING] +> You can choose whatever desktop environment you want, but make sure the username you choose is the one you will want to continue with! + > [!TIP] > You can use [nixos anywhere](https://github.com/nix-community/nixos-anywhere) to install your config to other systems (or like, a server) via ssh once you have your desktop installed :) @@ -110,6 +113,8 @@ Create a new file in `systems/x86_64-linux//default.nix` with the } ``` +One note, change the `# Bootloader` section to what is currently in `/etc/nixos/configuration.nix` so that the bootloader config stays the same. + Nice! We're also going to need the `hardware-configuration.nix` for your system, copy that file from `/etc/nixos/hardware-configuration.nix` so it sits alongside the `default.nix` file. Now, lets add a file to define your home. Create a file at `homes/x86_64-linux/@/default.nix`.