diff --git a/resources/alacritty.toml b/resources/alacritty.toml index 40ad6a0..5bb4664 100644 --- a/resources/alacritty.toml +++ b/resources/alacritty.toml @@ -1,6 +1,3 @@ -import = ["~/.config/alacritty/machine-specific-config.toml"] -live_config_reload = true - [colors.bright] black = "#575b70" blue = "#7eaef1" @@ -32,5 +29,9 @@ style = "Regular" family = "JetBrains Mono Nerd Font" style = "Regular" +[general] +import = ["~/.config/alacritty/machine-specific-config.toml"] +live_config_reload = true + [window] decorations = "none"