3p/home-manager: import 66ffa7a0a6

This commit is contained in:
Luke Granger-Brown 2022-04-16 02:04:29 +01:00
parent 6f70c36b8f
commit ae18357a64

View file

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