Changed: Qemu Host
This commit is contained in:
		@@ -35,7 +35,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    networking.hostName = "nix-qemu"; # Define your hostname.
 | 
					    networking.hostName = "nix-qemu"; # Define your hostname.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    hardware.opengl.enable = true;
 | 
					    hardware.graphics.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    system.stateVersion = "25.11"; # Did you read the comment?
 | 
					    system.stateVersion = "25.11"; # Did you read the comment?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,9 +9,9 @@
 | 
				
			|||||||
	};
 | 
						};
 | 
				
			||||||
    };*/
 | 
					    };*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*services.displayManager = {
 | 
					    services.displayManager = {
 | 
				
			||||||
        sessionPackages = [ pkgs.hyprland ];
 | 
					        sessionPackages = [ pkgs.hyprland ];
 | 
				
			||||||
    };*/
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    environment.etc= {
 | 
					    environment.etc= {
 | 
				
			||||||
        "greetd/background.png".source = ../../wallpapers/lucy_with_cat.png;
 | 
					        "greetd/background.png".source = ../../wallpapers/lucy_with_cat.png;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user