summaryrefslogtreecommitdiff
path: root/sys/wm/wm.nix
blob: 48df8571cf9e7138a5c058fc5d985f88a874dfb8 (plain)
1
2
3
4
5
6
{ ... }:
{
  imports = [
    ./niri.nix
  ];
}