acpi call on thinkpad
This commit is contained in:
parent
2d14a78dc6
commit
b453dbdf7a
4 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
|||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||
|
||||
kernelModules = [ "acpi_call" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
|
||||
initrd.luks.devices = {
|
||||
root = {
|
||||
device = "/dev/disk/by-uuid/a9e8a44f-15be-4844-a0a1-46892cc5e44e";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
home.packages = with pkgs; [
|
||||
genpass bitwarden-cli
|
||||
gdb lldb
|
||||
wget git gnupg curl tmux htop atop pciutils powertop ripgrep-all fd dnsutils du-dust
|
||||
wget git gnupg curl tmux htop atop pciutils powertop ripgrep fd dnsutils du-dust
|
||||
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
|
||||
hsetroot lm_sensors
|
||||
wirelesstools ranger apvlv
|
||||
|
|
|
@ -26,7 +26,7 @@ in
|
|||
|
||||
environment.enableDebugInfo = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget git gnupg curl tmux htop atop home-manager pciutils powertop ripgrep-all fd dnsutils
|
||||
wget git gnupg curl tmux htop atop home-manager pciutils powertop fd dnsutils
|
||||
];
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ssb-patchwork zoom-us
|
||||
zoom-us
|
||||
passff-host
|
||||
gnome3.gnome-screenshot gsettings-desktop-schemas
|
||||
apvlv xidlehook
|
||||
|
|
Loading…
Reference in a new issue