remove nixGL from global profile, only keep it for wrappers

This commit is contained in:
Freya Murphy 2024-11-09 18:18:50 -05:00
parent 18751dd6a4
commit 5ae23788ac
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -1,4 +1,4 @@
{ config, pkgs, nixgl, ... }: { { config, pkgs, ... }: {
imports = [ imports = [
./programs ./programs
@ -19,8 +19,6 @@
starship starship
discord discord
thunderbird thunderbird
nixgl.packages.${pkgs.system}.nixGLIntel
nixgl.packages.${pkgs.system}.nixVulkanIntel
]; ];
}; };