summary refs log tree commit diff stats
path: root/hm/sway/default.nix
blob: 794c681473c0ba647542c3d87348bbad7053c5bd (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  wayland.windowManager.sway = {
    enable = true;
    config = {
    };
  };
}