{ flakeInputs, ... }:
{
  imports = [
    flakeInputs.niri-flake.nixosModules.niri
  ];
}