flake: switch to upstream home-manager

The LibreWolf PR is now merged upstream.
This commit is contained in:
Donovan Glover 2024-11-18 22:41:01 -05:00
parent b5a3442066
commit e5c7fb6192
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 6 additions and 6 deletions

View File

@ -143,15 +143,15 @@
]
},
"locked": {
"lastModified": 1731917817,
"narHash": "sha256-3cb1wq3xeDi54EYlH4gxBHKiKCNPmqc0xygoBajCalQ=",
"owner": "donovanglover",
"lastModified": 1731968878,
"narHash": "sha256-+hTCwETOE9N8voTAaF+IzdUZz28Ws3LDpH90FWADrEE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "75fca514291ecc04cba9e81d22011f526640fae3",
"rev": "a42fa14b53ceab66274a21da480c9f8e06204173",
"type": "github"
},
"original": {
"owner": "donovanglover",
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:donovanglover/home-manager";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};