1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-15 19:18:30 +02:00
home-manager/modules
Florian Klink 8991fe2e90
screen-locker: fix systemd unit
In particular, don't add trailing backslashes introduced by
`xautolockExtraOptions`. Systemd's unit file parser seems to have
gotten a bit stricter and with systemd 242, the trailing backslash
caused the next non-empty line to be ignored.

In that case, this was `[Section]`, so all subsequent settings were
mistakenly added to `[Service]`, causing them to be ignored entirely.

Simplify and fix this by using `concatStringsSep` to build a single
`ExecStart` line.
2019-06-02 23:29:37 +02:00
..
accounts email: add facility for email aliases 2019-04-12 21:26:46 +02:00
lib files: allow a wider range of source file names 2019-01-19 12:44:58 +01:00
lib-bash activation-init: sanity check oldGenNum and oldGenPath 2018-03-13 20:49:45 +01:00
misc xsuspender: limit module to Linux 2019-05-30 23:25:30 +02:00
programs browserpass: fix host/policy link sources 2019-06-01 12:24:30 +02:00
services screen-locker: fix systemd unit 2019-06-02 23:29:37 +02:00
default.nix modules: register the base modules path 2019-04-07 13:26:38 +02:00
files.nix files: fix find invocation broken in c94eaa0e 2019-04-30 15:07:47 +02:00
home-environment.nix Fix type of various sessionVariables options 2019-04-27 01:07:09 +02:00
manual.nix manual: add option manual.json.enable 2019-04-15 22:43:46 +02:00
modules.nix xsuspender: limit module to Linux 2019-05-30 23:25:30 +02:00
systemd-activate.rb systemd: support X-RestartIfChanged = false 2019-04-18 01:38:20 +02:00
systemd-activate.sh allow Home Manager to be used as a NixOS module 2018-02-07 20:50:01 +01:00
systemd.nix systemd: make the unit option type more robust 2019-04-12 01:02:12 +02:00
xcursor.nix xcursor: add default cursor file option 2018-05-10 20:26:01 +02:00
xresources.nix xresources: remove unnecessary parentheses 2018-09-24 23:24:04 +02:00
xsession.nix home-environment: make home.keyboard optional 2019-04-11 01:09:27 +02:00