stıff
This commit is contained in:
parent
9d7033cd0f
commit
b9d1794747
@ -22,7 +22,7 @@
|
||||
(
|
||||
name: _: final: prev: {
|
||||
${l.removeSuffix ".nix" name} =
|
||||
prev.callPackage
|
||||
final.callPackage
|
||||
"${./pkgs}/${name}"
|
||||
{inherit inputs tlib;};
|
||||
}
|
||||
|
@ -1,9 +1,5 @@
|
||||
final: prev: {
|
||||
steam = prev.steam.override {
|
||||
extraLibraries = pkgs: with pkgs; [mimalloc pipewire vulkan-loader wayland wayland-protocols];
|
||||
# extraProfile = ''
|
||||
# unset VK_ICD_FILENAMES
|
||||
# export VK_ICD_FILENAMES="/run/opengl-driver/share/vulkan/icd.d:/run/opengl-driver-32/share/vulkan/icd.d"
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user