1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

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>
This commit is contained in:
André Silva 2022-04-07 07:38:20 +01:00 committed by GitHub
parent 07b941f0c4
commit 66ffa7a0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

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

View File

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