11 lines
174 B
Nix
11 lines
174 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../../../common/cpu/intel
|
|
../../../../common/pc/laptop
|
|
../../../../common/gpu/nvidia/disable.nix
|
|
../common.nix
|
|
];
|
|
}
|