mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
gnome3: link nautilus-python paths to environment
This commit is contained in:
parent
538d1a0e0e
commit
e35acd7f1c
|
@ -179,7 +179,10 @@ in {
|
|||
networkmanager-iodine networkmanager-l2tp; };
|
||||
|
||||
# Needed for themes and backgrounds
|
||||
environment.pathsToLink = [ "/share" ];
|
||||
environment.pathsToLink = [
|
||||
"/share"
|
||||
"/share/nautilus-python/extensions"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue