home-manager: Follow nixos-unstable

Fixes an issue where mpv stuff broke in a recent update.
This commit is contained in:
Donovan Glover 2024-06-13 05:16:45 -04:00
parent b42540808b
commit f2c8af31e8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:donovanglover/nixpkgs/unstable-hyprland-v0.41.0"; nixpkgs.url = "github:donovanglover/nixpkgs/unstable-hyprland-v0.41.0";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.05"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };