zaneyos/hosts/default/variables.nix

20 lines
478 B
Nix
Raw Normal View History

{
# Git Configuration ( For Pulling Software Repos )
gitUsername = "John Smith";
gitEmail = "example@gmail.com";
# Base16 Theme
theme = "dracula";
# Hyprland Settings
borderAnim = true; # Enable / Disable Hyprland Border Animation
extraMonitorSettings = "";
# Waybar Settings
clock24h = false;
# Program Options
browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)
terminal = "kitty"; # Set Default System Terminal
}