summary refs log tree commit diff stats
path: root/sys/desktop/sway/default.nix
blob: e131221bb7a95780c43635272bd89c9412e50fc7 (plain) (blame)
1
2
3
4
5
6
{...}: {
  programs.sway = {
    enable = true;
    package = null;
  };
}