2024-05-19 17:10:01 +02:00
|
|
|
{
|
|
|
|
# Git Configuration ( For Pulling Software Repos )
|
2024-06-17 08:05:41 +02:00
|
|
|
gitUsername = "Tyler Kelley";
|
|
|
|
gitEmail = "tylerzanekelley@gmail.com";
|
2024-05-19 17:10:01 +02:00
|
|
|
|
|
|
|
# Hyprland Settings
|
|
|
|
extraMonitorSettings = "";
|
|
|
|
|
|
|
|
# Waybar Settings
|
|
|
|
clock24h = false;
|
|
|
|
|
|
|
|
# Program Options
|
2024-06-18 00:49:31 +02:00
|
|
|
browser = "brave"; # Set Default Browser (google-chrome-stable for google-chrome)
|
2025-03-03 00:03:18 +01:00
|
|
|
terminal = "kitty"; # Set Default System Terminal
|
2024-07-24 15:32:51 +02:00
|
|
|
keyboardLayout = "us";
|
2024-10-15 16:21:35 +02:00
|
|
|
consoleKeyMap = "us";
|
2025-02-19 23:41:40 +01:00
|
|
|
|
|
|
|
# For Nvidia Prime support
|
|
|
|
intelID = "PCI:1:0:0";
|
|
|
|
nvidiaID = "PCI:0:2:0";
|
2025-03-03 00:03:18 +01:00
|
|
|
|
|
|
|
# Enable NFS
|
|
|
|
enableNFS = true;
|
2024-05-19 17:10:01 +02:00
|
|
|
}
|