zephyrus: enable tlp service and hardware module

This commit is contained in:
Antoine Martin 2021-07-27 00:33:10 +02:00
parent fa6f54a03a
commit 0ff76742e2
4 changed files with 39 additions and 0 deletions

View file

@ -36,6 +36,13 @@
repo = "flake-utils";
ref = "master";
};
nixos-hardware = {
type = "github";
owner = "NixOS";
repo = "nixos-hardware";
ref = "master";
};
};
outputs = { self, nixpkgs, home-manager, ... } @inputs: {
@ -123,6 +130,10 @@
modules = [
./zephyrus.nix
inputs.nixos-hardware.nixosModules.common-cpu-intel
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-ssd
home-manager.nixosModule
self.nixosModules.home