added surface hardware
This commit is contained in:
parent
3aa638e070
commit
7e65d2770d
1 changed files with 6 additions and 1 deletions
|
@ -10,9 +10,13 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-hardware = {
|
||||
url = "github:nixos/nixos-hardware/master";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, ... }:
|
||||
outputs = { nixpkgs, home-manager, nixos-hardware, ... }:
|
||||
let
|
||||
x86 = "x86_64-linux";
|
||||
common = ./modules/system;
|
||||
|
@ -41,6 +45,7 @@
|
|||
modules = [
|
||||
common
|
||||
./devices/surface
|
||||
nixos-hardware.nixosModules.microsoft-surface-pro-intel
|
||||
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue