dustbowl: add nixos-hardware
This commit is contained in:
parent
df71b120b8
commit
3df12aafe3
3 changed files with 27 additions and 2 deletions
10
flake.nix
10
flake.nix
|
|
@ -7,8 +7,9 @@
|
|||
flake = false;
|
||||
};
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-bitwig, flake-utils }:
|
||||
outputs = { self, nixpkgs, nixpkgs-bitwig, flake-utils, nixos-hardware }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
|
|
@ -81,7 +82,12 @@
|
|||
privilegeEscalationCommand = [ "doas" ];
|
||||
};
|
||||
|
||||
imports = [ (import ./nixos/dustbowl.nix { nixpkgs = nixpkgs; }) ];
|
||||
imports = [
|
||||
(import ./nixos/dustbowl.nix { nixpkgs = nixpkgs; })
|
||||
nixos-hardware.nixosModules.asus-battery
|
||||
nixos-hardware.nixosModules.common-pc-laptop
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue