1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

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

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" ]; };
};