zaneyos/hosts/familypc/variables.nix

21 lines
474 B
Nix
Raw Normal View History

2024-05-14 08:44:34 +02:00
{
# Git Configuration ( For Pulling Software Repos )
gitUsername = "Tyler Kelley";
gitEmail = "tylerzanekelley@gmail.com";
# Base16 Theme
2024-05-17 10:32:17 +02:00
theme = "dracula";
2024-05-14 08:44:34 +02:00
# Hyprland Settings
borderAnim = true; # Enable / Disable Hyprland Border Animation
extraMonitorSettings = "";
# Waybar Settings
clock24h = false;
waybarAnimations = true;
2024-05-14 08:44:34 +02:00
# Program Options
browser = "firefox"; # Set Default Browser
terminal = "kitty"; # Set Default System Terminal
2024-05-14 08:44:34 +02:00
}