zephyrus: enable tlp service and hardware module
This commit is contained in:
parent
fa6f54a03a
commit
0ff76742e2
4 changed files with 39 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue