nixosTests.miracle-wm: Update alacritty config format, switch to pkgs.formats

This commit is contained in:
OPNA2608
2025-01-19 19:13:15 +01:00
parent 952a2afab8
commit d3e2f73277
+2 -2
View File
@@ -59,7 +59,7 @@
];
# To help with OCR
etc."xdg/foot/foot.ini".text = lib.generators.toINI { } {
etc."xdg/foot/foot.ini".source = (pkgs.formats.ini { }).generate "foot.ini" {
main = {
font = "inconsolata:size=16";
};
@@ -69,7 +69,7 @@
regular2 = foreground;
};
};
etc."xdg/alacritty/alacritty.yml".text = lib.generators.toYAML { } {
etc."xdg/alacritty/alacritty.toml".source = (pkgs.formats.toml { }).generate "alacritty.toml" {
font = rec {
normal.family = "Inconsolata";
bold.family = normal.family;