{ pkgs, ... }: { home.packages = with pkgs; [ niri xwayland-satellite ]; xdg.configFile."niri/config.kdl".source = ./niri-config.kdl; }