udiskie: fix formatting

This commit is contained in:
Robert Helgesson 2020-02-24 23:07:58 +01:00
parent d90ae6dffa
commit 91c7059d98
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 3 deletions

View File

@ -81,9 +81,7 @@ in {
PartOf = [ "graphical-session.target" ];
};
Service = {
ExecStart = "${pkgs.udiskie}/bin/udiskie ${commandArgs}";
};
Service = { ExecStart = "${pkgs.udiskie}/bin/udiskie ${commandArgs}"; };
Install = { WantedBy = [ "graphical-session.target" ]; };
};