{ config, pkgs, ... }: { home.file.".config/hypr/06_layouts.conf".text = '' # ── LAYOUTS ─────────────────────────────────────────────────────────────── dwindle { pseudotile = true preserve_split = true } master { new_status = master } misc { force_default_wallpaper = 0 disable_hyprland_logo = true } ''; }