xresources: add newline to end of file
This commit is contained in:
parent
8d774ec628
commit
d02f8b17ef
|
@ -38,6 +38,6 @@ in
|
||||||
home.file.".Xresources".text =
|
home.file.".Xresources".text =
|
||||||
concatStringsSep "\n" (
|
concatStringsSep "\n" (
|
||||||
mapAttrsToList formatLine cfg.properties
|
mapAttrsToList formatLine cfg.properties
|
||||||
);
|
) + "\n";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue