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:
parent
e9c4611a6d
commit
16d452ccf9
1 changed files with 7 additions and 3 deletions
|
@ -6,10 +6,14 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[
|
||||||
<framework/16-inch/common>
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./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.
|
# Presumably need to re-add the Nix home-manager channel before adding this back.
|
||||||
# <home-manager/nixos>
|
# <home-manager/nixos>
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue