add home manager

This commit is contained in:
uku 2023-11-13 04:22:42 +01:00
parent d418d00b2f
commit 808a6c2482
Signed by: uku
GPG key ID: 7D01D7B105E77166
3 changed files with 87 additions and 21 deletions

21
flake.lock generated
View file

@ -286,6 +286,26 @@
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1699783872,
"narHash": "sha256-4zTwLT2LL45Nmo6iwKB3ls3hWodVP9DiSWxki/oewWE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "280721186ab75a76537713ec310306f0eba3e407",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"lanzaboote": {
"inputs": {
"crane": "crane",
@ -432,6 +452,7 @@
"inputs": {
"flake-parts": "flake-parts",
"getchvim": "getchvim",
"home-manager": "home-manager",
"lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs",
"ragenix": "ragenix"