{ pkgs, ... }: { environment.systemPackages = with pkgs; [ wlsunset ]; programs.sway.extraConfig = '' exec wlsunset -l 51.5 -L 13.6 ''; }