26bbc980b9
(Current XPS 15 works well)
9 lines
98 B
Nix
9 lines
98 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../common/cpu/intel
|
|
../../common/pc/laptop
|
|
];
|
|
}
|