framework 16 try 1
This commit is contained in:
parent
aca917b884
commit
fea287accf
2 changed files with 3 additions and 28 deletions
|
|
@ -7,14 +7,16 @@
|
|||
url = github:nix-community/home-manager;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager }: {
|
||||
outputs = { self, nixpkgs, home-manager, nixos-hardware }: {
|
||||
|
||||
nixosConfigurations = {
|
||||
framework = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.
|
||||
./systems/common.nix
|
||||
./systems/framework.nix
|
||||
./users/jsutter.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue