Skip to content

Commit

Permalink
tests/miracle-wm: Update alacritty config format, switch to pkgs.formats
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Jan 18, 2025
1 parent 5565941 commit 7a8d381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/tests/miracle-wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand All @@ -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;
Expand Down

0 comments on commit 7a8d381

Please sign in to comment.