Add first implementation of home-manager

This commit is contained in:
monologiq 2025-12-24 22:35:23 +01:00
parent bf6d3fb257
commit e06b409221
2 changed files with 42 additions and 0 deletions

22
flake.lock generated
View file

@ -53,6 +53,27 @@
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1766553861,
"narHash": "sha256-ZbnG01yA3O8Yr1vUm3+NQ2qk9iRhS5bloAnuXHHy7+c=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0999ed8f965bbbd991437ad9c5ed3434cecbc30e",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.11",
"repo": "home-manager",
"type": "github"
}
},
"lanzaboote": {
"inputs": {
"crane": "crane",
@ -139,6 +160,7 @@
},
"root": {
"inputs": {
"home-manager": "home-manager",
"lanzaboote": "lanzaboote",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs"