We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e14a2 commit 37d278eCopy full SHA for 37d278e
etc/profile.d/pop-nix.sh
@@ -0,0 +1,6 @@
1
+# Enables application icons to appear
2
+if command -v nix-env > /dev/null; then
3
+ DEFAULT_PROFILE=/nix/var/nix/profiles/default/share
4
+ USER_PROFILE=/nix/var/nix/profiles/per-user/${USER}/profile/share
5
+ export XDG_DATA_DIRS=${DEFAULT_PROFILE}:${USER_PROFILE}:${XDG_DATA_DIRS}
6
+fi
0 commit comments