We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcabdff commit f71f275Copy full SHA for f71f275
examples/graphics.nix
@@ -69,7 +69,7 @@ nixpkgs.lib.nixosSystem {
69
package != ""
70
) (lib.splitString " " packages));
71
72
- hardware.opengl.enable = true;
+ hardware.graphics.enable = true;
73
})
74
];
75
}
examples/qemu-vnc.nix
@@ -58,7 +58,7 @@ nixpkgs.lib.nixosSystem {
58
displayManager.autoLogin.user = "user";
59
};
60
61
62
63
environment.systemPackages = with pkgs; [
64
xdg-utils # Required
0 commit comments