1. Post First u_nix.sh 2. doas flatpak remote-add --user flathub https://flathub.org/repo/flathub.flatpakrepo 3. https://dl.1.goodg.org/nixos/flatpakapps.sh # Clean up generations nix-env --list-generations nix-collect-garbage --delete-old #nix-collect-garbage --delete-generations 1 2 3 # recommeneded to sometimes run as sudo to collect additional garbage doas nix-collect-garbage -d # As a separation of concerns - you will need to run this command to clean out boot doas /run/current-system/bin/switch-to-configuration boot # Adding Fonts in flatpak Onlyoffice-desktopeditor Steps to add fonts to the ONLYOFFICE Flatpak: Locate your font files: Find the .ttf or .otf font files you want to use. Create the directory (if it doesn't exist): Open your terminal and run the following command to create the necessary directory: Code mkdir -p ~/.local/share/fonts Copy the fonts: Copy your font files into the newly created directory. For example, to copy a font file named MyFont.ttf from your downloads folder: Code cp ~/Downloads/MyFont.ttf ~/.local/share/fonts/ Restart ONLYOFFICE: Close the ONLYOFFICE Desktop Editors application completely and then restart it.