use nixos-hardware for enoko
This commit is contained in:
parent
0b8783c25d
commit
c3c391d558
3 changed files with 23 additions and 0 deletions
|
@ -17,12 +17,16 @@
|
|||
# stylix
|
||||
stylix.url = "github:danth/stylix";
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# nix-hardware
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, home-manager
|
||||
, nixos-hardware
|
||||
, ...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -58,6 +62,7 @@
|
|||
};
|
||||
modules = [
|
||||
./nixos/enoko/configuration.nix
|
||||
nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.extraSpecialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue