nixgl options rename to silence warnings

This commit is contained in:
John Lancaster
2025-11-10 08:09:42 -06:00
parent ebfe340cf0
commit d11d6d7f78

View File

@@ -5,9 +5,11 @@
}; };
# nixGL is now provided as a flake input # nixGL is now provided as a flake input
nixGL.packages = nixgl.packages.${pkgs.system}; targets.genericLinux.nixGL = {
nixGL.defaultWrapper = "mesa"; packages = nixgl.packages.${pkgs.system};
nixGL.installScripts = [ "mesa" ]; defaultWrapper = "mesa";
installScripts = [ "mesa" ];
};
programs.ghostty = lib.mkIf (config.enableShell && config.graphical.ghostty) { programs.ghostty = lib.mkIf (config.enableShell && config.graphical.ghostty) {
enable = true; enable = true;