Default applications: Difference between revisions
Added information about how a user can find out what mime type a file is, and changed the other shell code to a syntaxhighlight block |
m add locations for flatpak-.desktop-files |
||
| Line 23: | Line 23: | ||
ls /etc/profiles/per-user/$(id -n -u)/share/applications # for user packages | ls /etc/profiles/per-user/$(id -n -u)/share/applications # for user packages | ||
ls ~/.nix-profile/share/applications # for home-manager packages | ls ~/.nix-profile/share/applications # for home-manager packages | ||
ls /var/lib/flatpak/exports/share/applications # for global flatpaks | |||
ls ~/.local/share/flatpak/exports/share/applications/ # for user flatpaks | |||
</syntaxhighlight> | </syntaxhighlight> | ||