zaneyos/hosts/familypc/variables.nix
2024-05-17 03:32:17 -05:00

21 lines
475 B
Nix

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