home: use home-manager
This commit is contained in:
parent
111c6b1e34
commit
83ae5ba8d2
3 changed files with 112 additions and 1 deletions
22
flake.lock
generated
22
flake.lock
generated
|
|
@ -49,6 +49,27 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hm": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1624228557,
|
||||
"narHash": "sha256-wwOqe73BsrXfRv1PhyXQFNC8iTET50KvE/HitdkRgxs=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "35a24648d155843a4d162de98c17b1afd5db51e4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "release-21.05",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1618628710,
|
||||
|
|
@ -96,6 +117,7 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"hm": "hm",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"snm": "snm",
|
||||
"utils": "utils_2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue