nixgl options rename to silence warnings
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user