mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-26 08:33:12 +01:00
18 lines
413 B
Nix
18 lines
413 B
Nix
|
{
|
||
|
# Git Configuration ( For Pulling Software Repos )
|
||
|
gitUsername = "Tyler Kelley";
|
||
|
gitEmail = "tylerzanekelley@gmail.com";
|
||
|
|
||
|
# Base16 Theme
|
||
|
theme = "atelier-cave";
|
||
|
|
||
|
# Hyprland Settings
|
||
|
borderAnim = true; # Enable / Disable Hyprland Border Animation
|
||
|
extraMonitorSettings = "";
|
||
|
|
||
|
# Program Options
|
||
|
browser = "firefox"; # Set Default Browser
|
||
|
terminal = "kitty"; # Set Default System Terminal
|
||
|
}
|
||
|
|