Fixed split Alacritty config

This commit is contained in:
Chloe Hawthorne
2025-01-01 17:48:00 +11:00
parent d951679ced
commit 95dc92030a
2 changed files with 5 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
{ pkgs, ... }:
alacritty = {
{ pkgs, ... }: {
enable = true;
settings = {
font.normal.family = "CozetteVector";
@@ -31,4 +31,4 @@
white = "0xfff1f3";
};
};
};
}