mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 06:38:36 +01:00
overlays: Overlay hyprland to 0.39.1
So far this hasn't broken anything despite not using the wlroots from upstream.
This commit is contained in:
parent
2cbcb8d7eb
commit
8b49bbe103
12
overlays/hyprland.nix
Normal file
12
overlays/hyprland.nix
Normal file
@ -0,0 +1,12 @@
|
||||
final: prev: {
|
||||
hyprland = prev.hyprland.overrideAttrs (oldAttrs: rec {
|
||||
version = "0.39.1";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Urb/njWiHYUudXpmK8EKl9Z58esTIG0PxXw5LuM2r5g=";
|
||||
};
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user