Updated default (non-NVIDIA) config.

Removed xps-common, and migrated it to default.nix.
This commit is contained in:
bahaynes
2020-07-27 13:00:20 -04:00
parent 8e984dc856
commit d56b2e96a6
3 changed files with 20 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{ lib, pkgs, ... }:
{
imports = [
../xps-common.nix
../default.nix
../../../../common/gpu/nvidia.nix
];