mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 23:53:09 +01:00
19 lines
447 B
Nix
19 lines
447 B
Nix
{
|
|
# Git Configuration ( For Pulling Software Repos )
|
|
gitUsername = "Tyler Kelley";
|
|
gitEmail = "tylerzanekelley@gmail.com";
|
|
|
|
# Hyprland Settings
|
|
extraMonitorSettings = "
|
|
monitor=eDP-1,2560x1600@60,0x0,1.25
|
|
";
|
|
|
|
# Waybar Settings
|
|
clock24h = false;
|
|
|
|
# Program Options
|
|
browser = "brave"; # Set Default Browser (google-chrome-stable for google-chrome)
|
|
terminal = "kitty"; # Set Default System Terminal
|
|
keyboardLayout = "us";
|
|
}
|