This website requires JavaScript.
Explore
Help
Sign in
eeva
/
nixos-hardware
Watch
1
Star
0
Fork
You've already forked nixos-hardware
0
mirror of
https://github.com/NixOS/nixos-hardware
synced
2024-11-16 07:59:41 +01:00
Code
Issues
Releases
Wiki
Activity
d2ac7fb650
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 08:46:06 +01:00
{
config
,
lib
,
.
.
.
}:
treewide: abstract away common configs into common/
2017-12-25 00:21:05 +01:00
{
imports
=
[
../.
]
;
services
.
tlp
.
enable
=
lib
.
mkDefault
true
;
}
Reference in a new issue
Copy permalink