From 3ff445c313a4041a5837f4ed55b4aba36e008127 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 6 Feb 2024 03:54:28 +0000 Subject: [PATCH] Update home --- home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.md b/home.md index e7f7501..4353a5b 100644 --- a/home.md +++ b/home.md @@ -14,7 +14,7 @@ For detailed information about flakes in general I will refer you to [here](http ### What About The ZaneyOS Flake? -My Flake controls where we are getting things from. It also allows me to define variables for things like Git information, CPU, GPU options for enabling different drivers for different configurations. When you run the rebuild switch command with the flake argument and give it the ZaneyOS folder it sources the flake.nix that sources system.nix and home.nix. +My Flake controls where we are getting things from. It also allows me to define variables for username and hostname. **For the options that you as a user may want you should look at options.nix.** When you run the rebuild switch command with the flake argument and give it the ZaneyOS folder it sources the flake.nix that sources system.nix and home.nix. The hardware.nix is automatically generated with all the things you need and the system.nix imports it and other nix files containing certain aspects of the config that may or may not change based on CPU or GPU settings.