build(nixos): add home-manager

This commit is contained in:
Mohammad Rafiq 2025-02-22 12:38:34 +08:00
parent 9bc605b2eb
commit ef89e56b6e
3 changed files with 73 additions and 2 deletions

21
flake.lock generated
View file

@ -1,5 +1,25 @@
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1740188029,
"narHash": "sha256-pnPs+XSpR633G/q0gj+SDyL4RaDfiKlom86zEBPtq+M=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "765cb91e9d5ab06ed8c92c25fc0e51d6c11d43cb",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1739866667,
@ -18,6 +38,7 @@
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}