{ pkgs, ... }: { config.home.niri.settings.settings = pkgs.writeText "settings" '' screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" hotkey-overlay { skip-at-startup } environment { DISPLAY ":0" } ''; }