diff --git a/Setting-Options.md b/Setting-Options.md index 283648c..88f8375 100644 --- a/Setting-Options.md +++ b/Setting-Options.md @@ -1 +1,24 @@ -this page is filler for now. sorry \ No newline at end of file +Even though ZaneyOS is my configuration, I do provide more than just a few options to tinker with. You can request features and additions through the repository's issues. However, do keep in mind if I don't really want it or want to set it up I may choose not to implement it at all. + +This page lists the options you may set and describes what they are. + +## Where Are The Options?? + +They are located inside the flake.nix and options.nix files. The flake.nix just has your username and hostname that needs to be set. Everything else that you may want to change about my configuration is inside of the options.nix file. + +### The Flake.nix + +| option | description | +| ------ | ------ | +| username | Set The Users Name | +| hostname | Set The Systems Name On Network | + +### The Options.nix + +| option | description | +| ------ | ------ | +| userHome | | +| | | +| | | +| | | +| | | \ No newline at end of file