mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ in {
|
|||
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 = {
|
||||
Unit = {
|
||||
Description = "Network Manager applet";
|
||||
|
|
Loading…
Reference in a new issue