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. # ];