{ pkgs, ... }: { programs.niri = { enable = true; package = pkgs.niri; config = { input = { focus-follows-mouse = null; }; }; }; }