home-manager

This commit is contained in:
Tao Tien 2024-01-23 19:52:56 -08:00
parent c56ec41dd8
commit 6afc7f6fb5
3 changed files with 36 additions and 12 deletions

21
flake.lock generated
View file

@ -39,6 +39,26 @@
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1706001011,
"narHash": "sha256-J7Bs9LHdZubgNHZ6+eE/7C18lZ1P6S5/zdJSdXFItI4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3df2a80f3f85f91ea06e5e91071fa74ba92e5084",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1705312285,
@ -136,6 +156,7 @@
"root": {
"inputs": {
"aagl": "aagl",
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixos-raspberrypi": "nixos-raspberrypi",
"nixpkgs": "nixpkgs_2",