mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
add asus-zenbook-ux481
This commit is contained in:
committed by
mergify[bot]
parent
e128b73252
commit
a4bb30a900
8
asus/zenbook/ux481/intelgpu/default.nix
Normal file
8
asus/zenbook/ux481/intelgpu/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../shared.nix
|
||||
../../../../common/gpu/intel/comet-lake
|
||||
../../../../common/gpu/nvidia/disable.nix # Disabling nvidia
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user