✨ Moved modules and hm dir to hosts dir. Moved some code to shared and extended lib with custom functions
This commit is contained in:
8
hosts/desktop/modules/hardware/graphics/default.nix
Normal file
8
hosts/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