mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-16 11:18:37 +11:00
Fixed split Alacritty config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
alacritty = {
|
||||
{ pkgs, ... }: {
|
||||
|
||||
enable = true;
|
||||
settings = {
|
||||
font.normal.family = "CozetteVector";
|
||||
@@ -31,4 +31,4 @@
|
||||
white = "0xfff1f3";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user