zaneyos/hosts/familypc/variables.nix

21 lines
525 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-21 21:19:59 +02:00
theme = "tokyo-night-storm";
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
2024-05-21 21:19:59 +02:00
browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)
terminal = "kitty"; # Set Default System Terminal
2024-05-14 08:44:34 +02:00
}