summaryrefslogtreecommitdiff
path: root/utils/makeWm.nix
blob: 166f35d89a00fc022606865441635476f3c8e397 (plain)
1
2
3
4
5
6
7
name: protocol: {
  addons.desktop.wmMeta.${name} = {
    enable = true;
    inherit protocol;

  };
}