mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
xresources: add newline to end of file
This commit is contained in:
parent
8d774ec628
commit
d02f8b17ef
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ in
|
|||
home.file.".Xresources".text =
|
||||
concatStringsSep "\n" (
|
||||
mapAttrsToList formatLine cfg.properties
|
||||
);
|
||||
) + "\n";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue