added surface hardware

This commit is contained in:
twoneis 2023-11-13 20:59:42 +01:00
parent 3aa638e070
commit 7e65d2770d

View file

@ -10,9 +10,13 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-hardware = {
url = "github:nixos/nixos-hardware/master";
};
}; };
outputs = { nixpkgs, home-manager, ... }: outputs = { nixpkgs, home-manager, nixos-hardware, ... }:
let let
x86 = "x86_64-linux"; x86 = "x86_64-linux";
common = ./modules/system; common = ./modules/system;
@ -41,6 +45,7 @@
modules = [ modules = [
common common
./devices/surface ./devices/surface
nixos-hardware.nixosModules.microsoft-surface-pro-intel
home-manager.nixosModules.home-manager { home-manager.nixosModules.home-manager {
home-manager = { home-manager = {