auto-install script
This commit is contained in:
parent
15c1c33c7d
commit
dfc9d67161
|
@ -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";
|
||||||
|
}
|
Loading…
Reference in New Issue