{ inputs, config, lib, pkgs, ... }: { programs.niri = { enable = true; package = inputs.niri.packages.x86_64-linux.niri; }; }