diff --git a/hosts/default/variables.nix b/hosts/default/variables.nix new file mode 100644 index 0000000..24f0bd8 --- /dev/null +++ b/hosts/default/variables.nix @@ -0,0 +1,18 @@ +# 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"; +} \ No newline at end of file