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.packages = nixgl.packages.${pkgs.system};
nixGL.defaultWrapper = "mesa";
nixGL.installScripts = [ "mesa" ];
targets.genericLinux.nixGL = {
packages = nixgl.packages.${pkgs.system};
defaultWrapper = "mesa";
installScripts = [ "mesa" ];
};
programs.ghostty = lib.mkIf (config.enableShell && config.graphical.ghostty) {
enable = true;