about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/wlsunset/default.nix
blob: ba954f3cd3bd371d38da2528673f280c4776171b (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:

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