mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
udiskie: fix formatting
This commit is contained in:
parent
d90ae6dffa
commit
91c7059d98
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ in {
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = { ExecStart = "${pkgs.udiskie}/bin/udiskie ${commandArgs}"; };
|
||||||
ExecStart = "${pkgs.udiskie}/bin/udiskie ${commandArgs}";
|
|
||||||
};
|
|
||||||
|
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue