24 lines
		
	
	
	
		
			400 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			400 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...}: {
 | 
						|
  imports = [
 | 
						|
    ../../../profile
 | 
						|
  ];
 | 
						|
 | 
						|
  activeProfiles = ["base" "hyprland" "productivity" "gaming"];
 | 
						|
 | 
						|
  theme.minimal.enable = true;
 | 
						|
 | 
						|
  home.sessionVariables.HN = "ooksmedia";
 | 
						|
 | 
						|
  ooknet.desktop.wayland.nvidia = true;
 | 
						|
 | 
						|
  monitors = [
 | 
						|
    {
 | 
						|
      name = "HDMI-A-1";
 | 
						|
      width = 1920;
 | 
						|
      height = 1080;
 | 
						|
      refreshRate = 60;
 | 
						|
      workspace = "1";
 | 
						|
      primary = true;
 | 
						|
    }
 | 
						|
  ];
 | 
						|
}
 |