Add nix-profile/share for app icons
This commit is contained in:
parent
6485ba7e4f
commit
533fe3d65a
|
@ -36,6 +36,7 @@ in
|
||||||
xdg.systemDirs.data = [
|
xdg.systemDirs.data = [
|
||||||
"/var/lib/flatpak/exports/share"
|
"/var/lib/flatpak/exports/share"
|
||||||
"/home/nora/.local/share/flatpak/exports/share"
|
"/home/nora/.local/share/flatpak/exports/share"
|
||||||
|
"/home/nora/.nix-profile/share"
|
||||||
];
|
];
|
||||||
|
|
||||||
# env vars
|
# env vars
|
||||||
|
|
Loading…
Reference in New Issue