mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-17 01:24:37 +02:00
introduce official nixgl wrapper
This commit is contained in:
parent
056a6a5a78
commit
998f2da70e
6 changed files with 11 additions and 44 deletions
configs/fedora
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue