From dfc9d67161071fa575790a9ff8fcad3d19ceadf6 Mon Sep 17 00:00:00 2001 From: shynd Date: Thu, 20 Feb 2025 00:09:37 +0100 Subject: [PATCH] auto-install script --- hosts/default/variables.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hosts/default/variables.nix 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