This website requires JavaScript.
Explore
Help
Sign In
aires
/
nixos-hardware
Watch
1
Star
0
Fork
You've already forked nixos-hardware
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
720d531b1c
nixos-hardware
/
common
/
pc
/
laptop
/
default.nix
8 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
common/pc/laptop: drop explicit vm.laptop_mode This is handled by TLP, so we don't need to set that explicitly.
2017-12-27 02:46:06 -05:00
{
config
,
lib
,
.
.
.
}:
treewide: abstract away common configs into common/
2017-12-24 18:21:05 -05:00
{
imports
=
[
../.
]
;
services
.
tlp
.
enable
=
lib
.
mkDefault
true
;
}
Reference in a new issue
Copy permalink