add asus-zenbook-ux481

This commit is contained in:
Andreas V. W. Zacchi
2025-03-20 14:30:24 +01:00
committed by mergify[bot]
parent e128b73252
commit a4bb30a900
6 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ lib, ... }:
{
imports = [
../shared.nix
../../../../common/gpu/intel/comet-lake
../../../../common/gpu/nvidia/disable.nix # Disabling nvidia
];
}