{ config, ... }: { # include hyprland configs home.file.".config/hypr/general.conf".text = '' # environment env = MOZ_ENABLE_WAYLAND,1 env = ELECTRON_OZONE_PLATFORM_HINT,auto # dwindle secion dwindle { pseudotile = yes preserve_split = yes } # general section general { border_size = 3 col.active_border = rgba(528bffaa) rgba(043a8baa) rgba(043a8baa) rgba(043a8baa) rgba(043a8baa) 90deg col.inactive_border = rgb(595959) gaps_in = 5 gaps_out = 20 layout = dwindle } misc { disable_hyprland_logo = true disable_splash_rendering = true } ''; }