init (podpierdolenie)
This commit is contained in:
16
hosts/garand-laptop/variables.nix
Normal file
16
hosts/garand-laptop/variables.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
# Git Configuration ( For Pulling Software Repos )
|
||||
gitUsername = "GarandPLG";
|
||||
gitEmail = "garandplg@garandplg.com";
|
||||
|
||||
# Hyprland Settings
|
||||
extraMonitorSettings = "";
|
||||
|
||||
# Waybar Settings
|
||||
clock24h = true;
|
||||
|
||||
# Program Options
|
||||
browser = "librewolf"; # Set Default Browser (google-chrome-stable for google-chrome)
|
||||
terminal = "kitty"; # Set Default System Terminal
|
||||
keyboardLayout = "pl";
|
||||
}
|
||||
Reference in New Issue
Block a user