From 34fb0f3ff20d7f1ed1c5cd35dfdb2d8f3eaef8a4 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Fri, 9 Feb 2024 11:27:49 +0000 Subject: [PATCH] Update Setting Options --- Setting-Options.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Setting-Options.md b/Setting-Options.md index 68bcd95..bb1f319 100644 --- a/Setting-Options.md +++ b/Setting-Options.md @@ -17,11 +17,15 @@ They are located inside the flake.nix and options.nix files. The flake.nix just | option | description | | ------ | ------ | -| 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 | -| theme | A [base16 Colorscheme](https://github.com/tinted-theming/base16-schemes) To Use With [NixColors](Theming-Explained) | -| slickbar | Enables transparent bar bg and curved widgets / modules. This is a much more modern looking bar. | +| 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 | +| theme | A [base16 colorscheme](https://github.com/tinted-theming/base16-schemes) to use with [NixColors](Theming-Explained) | +| slickbar | Enables transparent bar background & curved widgets / modules. This is a much more modern looking bar. | | borderAnim | Enables or disables the looped animated borders. This is distracting to some. | | 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" |