Default applications: Difference between revisions

34j (talk | contribs)
Note the way to list all .desktop-files
Wjtje (talk | contribs)
Add the command to list all the user packages
Line 21: Line 21:
<pre>
<pre>
ls /run/current-system/sw/share/applications # for global packages
ls /run/current-system/sw/share/applications # for global 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
</pre>
</pre>