Update home

Tyler Kelley
2024-02-13 02:13:34 +00:00
parent 467e977ba8
commit 85eaa16d23

@ -16,7 +16,7 @@ One of the incredible things Flakes do is create a flake.lock file when you run
### What About The ZaneyOS Flake?
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.
My Flake controls where we are getting things from. **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 the system.nix and home.nix which all use the options.nix to set different configuration settings.
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.