zaneyos/hosts/nixbook/variables.nix
Perry Thompson 5a58fd6da6 Add variable for console keymap
- Defaults to "us", like keyboardLayout
2024-10-15 09:21:35 -05:00

20 lines
471 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";
consoleKeyMap = "us";
}