Files
nixos/apps/hyprland/hypr/layers.nix
T

8 lines
168 B
Nix

{pkgs, ...}: {
wayland.windowManager.hyprland.settings = {
layerrule = [
"match:namespace vicinae, blur true, ignore_alpha 0.0, no_anim true"
];
};
}