network-manager-applet: add XDG data directory
The Network Manager Applet package provides, for example, some icons that are good to have accessible in an XDG data directory.
This commit is contained in:
parent
690764d2dc
commit
b2f5695207
|
@ -21,6 +21,9 @@ in {
|
||||||
lib.platforms.linux)
|
lib.platforms.linux)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# The package provides some icons that are good to have available.
|
||||||
|
xdg.systemDirs.data = [ "${pkgs.networkmanagerapplet}/share" ];
|
||||||
|
|
||||||
systemd.user.services.network-manager-applet = {
|
systemd.user.services.network-manager-applet = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Network Manager applet";
|
Description = "Network Manager applet";
|
||||||
|
|
Loading…
Reference in a new issue