remove nixGL from global profile, only keep it for wrappers
This commit is contained in:
parent
18751dd6a4
commit
5ae23788ac
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, nixgl, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./programs
|
||||
|
@ -19,8 +19,6 @@
|
|||
starship
|
||||
discord
|
||||
thunderbird
|
||||
nixgl.packages.${pkgs.system}.nixGLIntel
|
||||
nixgl.packages.${pkgs.system}.nixVulkanIntel
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue