mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
parent
336c792b19
commit
397750d269
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ in {
|
||||||
Install.WantedBy = [ "graphical-session.target" ];
|
Install.WantedBy = [ "graphical-session.target" ];
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||||
ExecStart = "${cfg.package}/bin/xsettingsd"
|
ExecStart = "${cfg.package}/bin/xsettingsd"
|
||||||
+ optionalString (cfg.configFile != null)
|
+ optionalString (cfg.configFile != null)
|
||||||
" -c ${escapeShellArg cfg.configFile}";
|
" -c ${escapeShellArg cfg.configFile}";
|
||||||
|
|
Loading…
Reference in a new issue