Add my.isLaptop variable
This commit is contained in:
parent
ec7c98dcc8
commit
160952445a
4 changed files with 23 additions and 13 deletions
|
@ -14,6 +14,9 @@
|
|||
# disable the include of TLP because we get the fancy AMD one from nixos-hardwware
|
||||
my.includeTLP = false;
|
||||
|
||||
# Smithers is a laptop
|
||||
my.isLaptop = true;
|
||||
|
||||
# Don't wake from sleep if plugged into AC
|
||||
hardware.framework.amd-7040.preventWakeOnAC = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue