This commit is contained in:
Hadi 2024-06-14 14:03:35 +02:00
parent 98d8545186
commit cf99fa5687

View File

@ -100,11 +100,12 @@ It's a simple way to manage your system configuration and dotfiles.
## Settings, Themes and colors ## Settings, Themes and colors
In your hosts configuration, you should add a `variables.nix` file to manage your settings, including: In your hosts configuration, you should add a `variables.nix` file to manage your settings, including:
- user information
- timezone and locale - user information
- keyboard layout - timezone and locale
- the theme: will be used in programs and for GTK *(and QT (TODO))* themes - keyboard layout
- ... (check the `hosts/guest/variables.nix` file for more information) - the theme: will be used in programs and for GTK *(and QT (TODO))* themes
- ... (check the `hosts/guest/variables.nix` file for more information)
PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`. PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`.