mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +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" ];
|
||||
|
||||
Service = {
|
||||
Environment = "PATH=${config.home.profileDirectory}/bin";
|
||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||
ExecStart = "${cfg.package}/bin/xsettingsd"
|
||||
+ optionalString (cfg.configFile != null)
|
||||
" -c ${escapeShellArg cfg.configFile}";
|
||||
|
|
Loading…
Reference in a new issue