Update Setting Options

Tyler Kelley
2024-02-13 01:29:36 +00:00
parent 95b544a58f
commit a0a7a30e47

@ -4,19 +4,15 @@ 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 |
They are located inside the options.nix file. Everything that you may want to change about my configuration is inside of the options.nix file.
### The Options.nix
| option | description |
| ------ | ------ |
| username | Set The Users Name |
| hostname | Set The Systems Name On Network |
| flakeDir | The location for the zaneyos / flakes directory. |
| userHome | Where is your home directory? Typically located at /home/*insert-username-here* |
| gitUsername | Set username for Git, similar to *git config --global user.name "*insert-username-here*" |
| gitEmail | The email you use for your Git account |
@ -26,7 +22,6 @@ They are located inside the flake.nix and options.nix files. The flake.nix just
| browser | The name of the browser do you want installed and used by default. The package name too, for ones like google-chrome where the binary is google-chrome-stable this is solved for you. So it would just be google-chrome |
| wallpaperGit | The repository where you have all of your wallpapers. This will be used to populate the wallpaperDir directory |
| wallpaperDir | Path to the directory to put and source wallpapers from inside of the users home directory. |
| flakeDir | The location for the zaneyos / flakes directory. |
| screenshotDir | The folder where screenshots will be saved inside the users home directory. |
| terminal | Name of the binary for your terminal of choice. Example: "kitty" or "alacritty" |
| theLocale | Set the locale of the system. |
@ -47,3 +42,9 @@ They are located inside the flake.nix and options.nix files. The flake.nix just
| printer | Enable printing and scanner support! |
| flatpak | Enables or disables the ability to use flatpaks. |
| kdenlive | Install kdenlive or not. Please keep in mind that this is not necessarily a small program. |
| blender | This option controls whether or not blender for 3D modeling is installed. |
| logitech | Enables added support for Logitech devices. Only needed for added configuration, your Logitech mouse or keyboard will continue to work with this disabled. |
| wezterm | Enable the installation of the wezterm Terminal Emulator |
| alacritty | Enable the installation of the alacritty Terminal Emulator |
| kitty | Enable the installation of the kitty Terminal Emulator |
| python | Enable Python-dev and PyCharm installation. |