From 19fb44262abba784626567ea1c8130f7d25dde01 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 5 Feb 2024 21:50:28 -0600 Subject: [PATCH] Add options.nix instructions to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d83e977..a0e8a1d 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ sudo nixos-rebuild switch - Reboot your system. - Clone this repo. -- Then go into repo folder (stay in this folder) -- Change username, hostname, theme, and any other variables you may want under user information in flake.nix -- Ensure you have selected the proper cpuType and gpuType in the flake as well. +- Then go into repo folder (stay in this folder). +- Change username and hostname in flake.nix file. +- Change all options in options.nix as needed. - Generate your hardware.nix like so: ```