From 16d452ccf9b101f7cc302b59167f8d69adf926a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 21 Apr 2025 17:04:10 -0400 Subject: [PATCH] Add Framework-specific tweaks including AMD ones which is what i have Include but comment out the lid workaround that may or may not be the source of my wakeup troubles --- configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4c797bb..56d994e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,10 +6,14 @@ { imports = - [ # Include the results of the hardware scan. - + [ + # Include the results of the hardware scan. ./hardware-configuration.nix - ./framework-lid-workaround.nix + # Include Framework-specific tweaks supported by the NixOS community + + # This amazing script seems to cause the computer to not have a properly functioning screen + # if it is put to sleep by closing the lid. So, uh, not good. + # ./framework-lid-workaround.nix # Presumably need to re-add the Nix home-manager channel before adding this back. # ];