summaryrefslogtreecommitdiffstats
path: root/nixos/hardware/dell/latitude/3480/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware/dell/latitude/3480/default.nix')
-rw-r--r--nixos/hardware/dell/latitude/3480/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/hardware/dell/latitude/3480/default.nix b/nixos/hardware/dell/latitude/3480/default.nix
deleted file mode 100644
index 86be458a1d96..000000000000
--- a/nixos/hardware/dell/latitude/3480/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ lib, pkgs, ... }:
-
-{
- imports = [
- ../../../common/cpu/intel
- ../../../common/pc/laptop
- ../../../common/pc/laptop/ssd
- ];
-
- # touchpad goes over i2c
- boot.blacklistedKernelModules = [ "psmouse" ];
-
- services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
-}