From 22efa99f5f0a7aae1ceaedcfd0f0be10ca8cef95 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Apr 2025 16:15:16 +0000 Subject: [PATCH] WIP: nixgl wrappers --- modules/home/nix-gl/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/nix-gl/default.nix b/modules/home/nix-gl/default.nix index e7b9a4f..0f261f9 100644 --- a/modules/home/nix-gl/default.nix +++ b/modules/home/nix-gl/default.nix @@ -11,6 +11,10 @@ in { nixGL = { inherit (inputs.nixgl) packages; + + defaultWrapper = "mesa"; + + installScripts = [ "mesa" ]; }; } ]);