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
Failed to generate hash of commit

View file

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