introduce official nixgl wrapper

This commit is contained in:
Thilo Billerbeck 2024-12-19 01:26:25 +01:00
parent 056a6a5a78
commit 998f2da70e
6 changed files with 11 additions and 44 deletions
configs/fedora

View file

@ -6,9 +6,6 @@
...
}:
let
nixGL = import ./../../home-manager/utils/nixGLWrap.nix { inherit pkgs config; };
in
{
imports = [ ./../../home-manager/modules/machine.nix ];
@ -24,7 +21,5 @@ in
nixpkgs.config.allowUnfree = true;
nixGLPrefix = lib.getExe pkgs.nixgl.nixGLIntel;
nix.settings.builders = "@/etc/nix/machines";
}