mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
20 lines
478 B
Nix
20 lines
478 B
Nix
{
|
|
# Git Configuration ( For Pulling Software Repos )
|
|
gitUsername = "John Smith";
|
|
gitEmail = "example@gmail.com";
|
|
|
|
# Base16 Theme
|
|
theme = "dracula";
|
|
|
|
# Hyprland Settings
|
|
borderAnim = true; # Enable / Disable Hyprland Border Animation
|
|
extraMonitorSettings = "";
|
|
|
|
# Waybar Settings
|
|
clock24h = false;
|
|
|
|
# Program Options
|
|
browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)
|
|
terminal = "kitty"; # Set Default System Terminal
|
|
}
|