17 lines
		
	
	
		
			404 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			404 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   # 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";
 | |
| }
 | 
