systemd: fix creation of user service unit files (#2867)

* systemd: fix creation of user service unit files

* helix: fix failing test due to file output format change

Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
main
André Silva 2 years ago committed by GitHub
parent 07b941f0c4
commit 66ffa7a0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/systemd.nix
  2. 3
      tests/modules/programs/helix/settings-expected.toml

@ -41,7 +41,7 @@ let
source = pkgs.writeTextFile {
name = pathSafeName;
text = toSystemdIni serviceCfg;
destination = lib.escapeShellArg "/${filename}";
destination = "/${filename}";
} + "/${filename}";
wantedBy = target: {

@ -1,7 +1,4 @@
theme = "base16"
[keys]
[keys.normal]
[keys.normal.space]
q = ":q"
space = "file_picker"

Loading…
Cancel
Save