mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Remove unneeded nixtamal inherit in mesa.nix
This commit is contained in:
parent
bb2e84f979
commit
73f91f2237
@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, functions, isLaptop, nixtamal, ... }:
|
{ lib, pkgs, functions, isLaptop, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
selected_vkDrivers = [ "amd" /* Needed by steam => */ "microsoft-experimental" ] ++ lib.optional (!isLaptop) "intel";
|
selected_vkDrivers = [ "amd" /* Needed by steam => */ "microsoft-experimental" ] ++ lib.optional (!isLaptop) "intel";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user