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";
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue