🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
8
shared/desktop/modules/hardware/graphics/default.nix
Normal file
8
shared/desktop/modules/hardware/graphics/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
imports = [
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
# Enable OpenGL
|
||||
hardware.graphics.enable = true;
|
||||
}
|
Reference in New Issue
Block a user