summaryrefslogtreecommitdiff
path: root/modules/hm/wayland/niri/default.nix
blob: 61e779993c6735b315f9709670cd90b00269a0eb (plain)
1
2
3
4
5
6
7
{ ... }:
{
  imports = [
    ./niri.nix
    ./binds.nix
  ];
}