add some new lines

This commit is contained in:
Daylin Morgan 2024-01-29 08:45:29 -06:00
parent 1efd9b8972
commit a99bd4606c
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in rec {
number ? "2",
runeKind ? "braille",
}:
"[1;3${number}m" + runes.${rune}.${runeKind} + "";
"[1;3${number}m\n\n" + runes.${rune}.${runeKind} + "\n";
forAllSystems = f: genAttrs supportedSystems (system: f nixpkgs.legacyPackages.${system});