SOLVED (comment)
Hey, so in my home manager config I have:
home.packages = with pkgs; [
vscode
spotify
I open gnome search bar with “super” key. And while typing vscode finds the application, typing “spotify” doesn’t. I still can launch spotify from terminal.
What influences that? Is it fault of the spotify package link. From source it looks like it indeed installs some desktop options, which should get recognized by gnome. Or is it controlled by some home-manager option?