From c856f9d7b0d32e8ecc15484659022cc5065bea83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Sun, 13 Aug 2023 14:44:20 +0200 Subject: [PATCH] fix(hosts/mention): remove redundant import --- hosts/mention/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/mention/hardware-configuration.nix b/hosts/mention/hardware-configuration.nix index 0a8c532..54be15c 100644 --- a/hosts/mention/hardware-configuration.nix +++ b/hosts/mention/hardware-configuration.nix @@ -6,7 +6,6 @@ (modulesPath + "/installer/scan/not-detected.nix") inputs.nixos-hardware.nixosModules.lenovo-thinkpad inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2 - inputs.nixos-hardware.nixosModules.common-gpu-amd ]; boot.loader.systemd-boot.enable = true;