add home manager as a flake

This commit is contained in:
Pim Kunis 2023-10-08 18:03:14 +02:00
parent 7f900c6be3
commit 747d2bd03f
4 changed files with 31 additions and 5 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1696697597,
@ -18,6 +34,7 @@
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}