first 'working' hyperland config, no bar yet
This commit is contained in:
		
							parent
							
								
									3a31a8b5ee
								
							
						
					
					
						commit
						c5214bff23
					
				
					 11 changed files with 639 additions and 71 deletions
				
			
		|  | @ -3,12 +3,13 @@ | |||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| with lib.wyrdgard; | ||||
| let | ||||
|   inherit (lib.wyrdgard) enabled; | ||||
| in | ||||
| { | ||||
|   imports = [ ./hardware.nix ]; | ||||
| 
 | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|     jetbrains.rust-rover | ||||
|     path-of-building | ||||
|   ]; | ||||
| 
 | ||||
|  | @ -22,13 +23,27 @@ with lib.wyrdgard; | |||
|     }; | ||||
| 
 | ||||
|     apps = { | ||||
|       vivaldi = enabled; | ||||
|       zen-browser = enabled; | ||||
|       discord = enabled; | ||||
|       _1password = enabled; | ||||
|       obs-studio = enabled; | ||||
|     }; | ||||
| 
 | ||||
|     graphical-interface.desktop-manager.hyprland = { | ||||
|       enable = true; | ||||
|       settings = { | ||||
|         monitor = [ | ||||
|           #Ultrawide | ||||
|           "DP-2,3440x1440@144, 0x0, 1" | ||||
|           #Vertical | ||||
|           "HDMI-A-1,1920x1080@144, auto-right, 1, transform, 1" | ||||
|         ]; | ||||
|         workspace = [ | ||||
|           "1, monitor:DP-2" | ||||
|           "2, monitor:HDMI-A-1" | ||||
|           "3, monitor:DP-2 on-created-empty:zen" | ||||
|         ]; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     services = { | ||||
|       factorio-server = enabled; | ||||
|       onedrive = enabled; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue