1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00

udiskie: remove taffybar requirement

It should be sufficient to have a graphical session going.
This commit is contained in:
Robert Helgesson 2017-06-26 16:55:28 +02:00
parent 8b5d19e6b7
commit a9343d8194
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -13,8 +13,6 @@ with lib;
systemd.user.services.udiskie = {
Unit = {
Description = "Udiskie mount daemon";
Requires = [ "taffybar.service" ];
After = [ "taffybar.service" ];
};
Service = {