summaryrefslogtreecommitdiffstats
path: root/nixos/hardware/lenovo/thinkpad/x140e/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware/lenovo/thinkpad/x140e/default.nix')
-rw-r--r--nixos/hardware/lenovo/thinkpad/x140e/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/hardware/lenovo/thinkpad/x140e/default.nix b/nixos/hardware/lenovo/thinkpad/x140e/default.nix
deleted file mode 100644
index c03410e936e2..000000000000
--- a/nixos/hardware/lenovo/thinkpad/x140e/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- ../.
- ../../../common/cpu/amd
- ];
-
- boot.extraModprobeConfig = lib.mkDefault ''
- options snd_hda_intel enable=0,1
- '';
-
- services.xserver.videoDrivers = [ "ati" ];
-}