added inputs for flake

This commit is contained in:
twoneis 2023-11-12 16:25:37 +01:00
commit 79ca1b4f85

14
flake.nix Normal file
View file

@ -0,0 +1,14 @@
{
description = "Nix flake for my system configuration with nix and home-manager";
inputs = {
nixpkgs = {
url = "github:nixos/nixpkgs/unstable";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}