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

xresources: add newline to end of file

This commit is contained in:
Robert Helgesson 2017-01-13 01:12:26 +01:00
parent 8d774ec628
commit d02f8b17ef
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -38,6 +38,6 @@ in
home.file.".Xresources".text =
concatStringsSep "\n" (
mapAttrsToList formatLine cfg.properties
);
) + "\n";
};
}