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
This commit is contained in:
benjamin melançon 2025-04-21 17:04:10 -04:00
parent e9c4611a6d
commit 16d452ccf9

View file

@ -6,10 +6,14 @@
{
imports =
[ # Include the results of the hardware scan.
<framework/16-inch/common>
[
# Include the results of the hardware scan.
./hardware-configuration.nix
./framework-lid-workaround.nix
# Include Framework-specific tweaks supported by the NixOS community
<nixos-hardware/framework/16-inch/common>
# 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.
# <home-manager/nixos>
];