Corrected missing boilerplate from flake.nix
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -1,4 +1,13 @@
|
||||
outputs = { nixpkgs, home-manager, ... }:
|
||||
{
|
||||
description = "NixOS Configuration for Laptop, Desktop and VM";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
@@ -35,3 +44,4 @@ outputs = { nixpkgs, home-manager, ... }:
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user