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