fix(hypr): pin at working rev
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
33f5270f74
commit
ac1001b487
5 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,10 @@ decoration {
|
|||
size = 3
|
||||
passes = 1
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -113,6 +113,9 @@ let
|
|||
hyprland = mkDep {
|
||||
owner = "hyprwm";
|
||||
repo = "Hyprland";
|
||||
|
||||
# FIXME: https://github.com/hyprwm/Hyprland/issues/8410
|
||||
rev = "dca75db127fedc58fc85ae0e6e47162e3d5d16f9";
|
||||
};
|
||||
|
||||
hyprland-plugins = mkHyprDep {
|
||||
|
|
|
@ -49,7 +49,7 @@ self: {
|
|||
|
||||
decoration = {
|
||||
blur.enabled = false;
|
||||
drop_shadow = false;
|
||||
shadow.enabled = false;
|
||||
};
|
||||
|
||||
exec-once = [
|
||||
|
|
Loading…
Reference in a new issue