Files
nixos/hyprland/hypr/permissions.nix

8 lines
107 B
Nix
Raw Permalink Normal View History

2026-04-08 17:50:06 +02:00
{
wayland.windowManager.hyprland.settings = {
ecosystem = {
enforce_permissions = false;
2026-04-08 17:50:06 +02:00
};
};
}