18 lines
298 B
Nix
18 lines
298 B
Nix
|
# 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";
|
||
|
}
|