From 2ecb2bb83714c9657c4852077eb3b81f38fa2fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 14 Apr 2025 08:53:09 -0400 Subject: [PATCH] Add hardware tweaks for Nix as a channel --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 06f6712..2cc2676 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,7 +7,10 @@ { imports = [ # Include the results of the hardware scan. + ./hardware-configuration.nix + ./framework-lid-workaround.nix + # Presumably need to re-add the Nix home-manager channel before adding this back. # ];