mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 02:58:17 +01:00
28 lines
599 B
Nix
28 lines
599 B
Nix
{
|
|
# Git Configuration ( For Pulling Software Repos )
|
|
gitUsername = "Tyler Kelley";
|
|
gitEmail = "tylerzanekelley@gmail.com";
|
|
|
|
# Hyprland Settings
|
|
extraMonitorSettings = "";
|
|
|
|
# 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";
|
|
consoleKeyMap = "us";
|
|
|
|
# For Nvidia Prime support
|
|
intelID = "PCI:1:0:0";
|
|
nvidiaID = "PCI:0:2:0";
|
|
|
|
# Enable NFS
|
|
enableNFS = true;
|
|
|
|
# Enable Printing Support
|
|
printEnable = false;
|
|
}
|