{ config, pkgs, lib, ... }: { system.defaults.CustomUserPreferences = { # # Preview.app # "com.apple.Preview" = { # Set 'L. Thein' as name for PDF annotations PVGeneralUserName = "L. Thein"; # Don't remember page position in PDF kPVPDFRememberPageOption = 0; }; # # TextEdit # "com.apple.TextEdit" = { # Disable RichText RichText = 0; # Open and save files as UTF-8 PlainTextEncoding = 4; PlainTextEncodingForWrite = 4; }; }; }