When using the Nix Package Manager on Debian 11, I have seen that it doesn’t automatically create .desktop files for GUI programs. This would have been fine if I was using nix to install one or two programs, but I was looking forward to use it a regular package manager. Does anyone know how to automate the process?

  • Which one in specific? There are some packages which maintainers did not bother creating xdg desktop specification… you can look into nixpkgs source code to see if they are specified there or not.

    I do not know if Debian is able to pick the desktop files though

    • Adding those lines to .bashrc, helped with the flatpak commands. I can run them without having to type “flatpak run”. I did this for nix: export XDG_DATA_DIRS=$HOME/.nix-profile/share:$HOME/.share:“${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}” However, I still cannot see the entries in rofi. The package is Chromium browser.