fix(alacritty): import -> general.import
This commit is contained in:
parent
65f568d1e7
commit
57ae03a3dd
|
@ -12,7 +12,7 @@ in
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
import = [ "${catppuccin-theme}/catppuccin-frappe.toml" ];
|
general.import = [ "${catppuccin-theme}/catppuccin-frappe.toml" ];
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
normal = {
|
normal = {
|
||||||
|
|
Loading…
Reference in a new issue