sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
pumpkin: steam-run: install
[julm/julm-nix.git]
/
nixos
/
profiles
/
acpi_call.nix
1
{ lib, config, ... }:
2
with lib;
3
{
4
# acpi_call makes tlp work for newer thinkpads
5
boot.kernelModules = [ "acpi_call" ];
6
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
7
}