{ config, pkgs, inputs, ... }: { imports = [ inputs.niri.nixosModules.niri ]; ; programs.niri.enable = true; }