meta: Patch latest nixos-unstable release with hyprland v0.41.0

This shouldn't cause too many issues.
This commit is contained in:
Donovan Glover 2024-06-13 05:15:45 -04:00
parent 996f36e239
commit b42540808b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 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/release-24.05";
@ -15,11 +15,6 @@
}; };
}; };
hyprland = {
url = "github:donovanglover/Hyprland/v0.39.1-patched";
inputs.nixpkgs.follows = "nixpkgs";
};
sakaya = { sakaya = {
url = "github:donovanglover/sakaya"; url = "github:donovanglover/sakaya";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@ -98,7 +98,7 @@ in
}; };
initial_session = { initial_session = {
command = "${nix-config.inputs.hyprland.packages.${pkgs.system}.hyprland}/bin/Hyprland"; command = "${pkgs.hyprland}/bin/Hyprland";
user = username; user = username;
}; };
}; };