Add powertop.
Compile fix.
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
|
||||||
./programs/fwupd.nix
|
./programs/fwupd.nix
|
||||||
|
./programs/powertop.nix
|
||||||
./programs/sof-firmware.nix
|
./programs/sof-firmware.nix
|
||||||
# Not working yet.
|
|
||||||
./services/fprintd.nix
|
./services/fprintd.nix
|
||||||
./services/touchpad.nix
|
./services/touchpad.nix
|
||||||
./system/bootloader.nix
|
./system/bootloader.nix
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.powertop
|
pkgs.powertop
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user