Add home-manager

This commit is contained in:
2024-02-27 09:58:20 +01:00
parent 78992b130b
commit 7410af0502
6 changed files with 55 additions and 3 deletions

View File

@@ -3,6 +3,10 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: