update readme

This commit is contained in:
zack 2024-07-27 00:03:06 -04:00
parent f506d2eeca
commit 4177fd51e3
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -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. 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] > [!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 :) > 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/<your-hostname>/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. 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/<your-username>@<your-hostname>/default.nix`. Now, lets add a file to define your home. Create a file at `homes/x86_64-linux/<your-username>@<your-hostname>/default.nix`.