feat(ooksmedia): add ooksmedia host
This commit is contained in:
		
							parent
							
								
									81cee8da59
								
							
						
					
					
						commit
						e78f3f0378
					
				
					 4 changed files with 120 additions and 0 deletions
				
			
		
							
								
								
									
										25
									
								
								home/user/ooks/ooksmedia/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								home/user/ooks/ooksmedia/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,25 @@ | |||
| { inputs, outputs, config, ... }: | ||||
| 
 | ||||
| { | ||||
|   imports = [ | ||||
|     ../../../profile | ||||
|   ]; | ||||
| 
 | ||||
|   activeProfiles = ["base" "hyprland" "productivity" "gaming"]; | ||||
| 
 | ||||
|   theme.minimal.enable = true; | ||||
| 
 | ||||
|   home.sessionVariables.HN = "ooksmedia"; | ||||
| 
 | ||||
|   homeModules.desktop.wayland.nvidia = true; | ||||
|    | ||||
|   monitors = [{ | ||||
|     name = "HDMI-A-1"; | ||||
|     width = 1920; | ||||
|     height = 1080; | ||||
|     refreshRate = 60; | ||||
|     workspace = "1"; | ||||
|     primary = true; | ||||
|   }]; | ||||
| } | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue