zaneyos-modified/hosts/default/variables.nix
2024-08-20 12:58:53 -04:00

17 lines
406 B
Nix

{
# Git Configuration ( For Pulling Software Repos )
gitUsername = "batvin123";
gitEmail = "batvin123@protonmail.com";
# Hyprland Settings
extraMonitorSettings = "";
# Waybar Settings
clock24h = false;
# Program Options
browser = "librewolf"; # Set Default Browser (google-chrome-stable for google-chrome)
terminal = "kitty"; # Set Default System Terminal
keyboardLayout = "us";
}