mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
udiskie: remove taffybar requirement
It should be sufficient to have a graphical session going.
This commit is contained in:
parent
8b5d19e6b7
commit
a9343d8194
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ with lib;
|
||||||
systemd.user.services.udiskie = {
|
systemd.user.services.udiskie = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Udiskie mount daemon";
|
Description = "Udiskie mount daemon";
|
||||||
Requires = [ "taffybar.service" ];
|
|
||||||
After = [ "taffybar.service" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
|
|
Loading…
Reference in a new issue