mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
xsettingsd: Remove erroneous lib. insertion (#6877)
This commit is contained in:
parent
81541ea36d
commit
ce8dc1f77a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ in
|
||||||
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
Environment = [ "PATH=${config.home.profileDirectory}/bin" ];
|
||||||
ExecStart =
|
ExecStart =
|
||||||
"${cfg.package}/bin/xsettingsd"
|
"${cfg.package}/bin/xsettingsd"
|
||||||
+ lib.optionalString (cfg.configFile != null) " -lib.c ${lib.escapeShellArg cfg.configFile}";
|
+ lib.optionalString (cfg.configFile != null) " -c ${lib.escapeShellArg cfg.configFile}";
|
||||||
Restart = "on-abort";
|
Restart = "on-abort";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue