nixos-config/hosts/default/variables.nix

18 lines
298 B
Nix
Raw Normal View History

2025-02-19 23:09:37 +00:00
# host variables
{
# git configuration
gitUsername = "shynd";
gitEmail = "shynd@r-io.lu";
# hyprland settings
extraMonitorSettings = "";
# waybar settings
clock24h = true;
# program options
browser = "firefox";
terminal = "kitty";
keyboardLayout = "us";
}