From 0601884e281a85aae3f47ed8e33f2fdcf3ed261a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 1 Nov 2024 20:37:03 +0100 Subject: fix(modules/legacy/alacitty): Update config to include new subsection --- modules/home.legacy/conf/alacritty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home.legacy/conf/alacritty/default.nix') diff --git a/modules/home.legacy/conf/alacritty/default.nix b/modules/home.legacy/conf/alacritty/default.nix index c1cf5e44..87d02959 100644 --- a/modules/home.legacy/conf/alacritty/default.nix +++ b/modules/home.legacy/conf/alacritty/default.nix @@ -1,6 +1,6 @@ {lib, ...}: let config_file = '' - ${lib.strings.fileContents ./toml/base.toml} + ${lib.strings.fileContents ./toml/general.toml} ${lib.strings.fileContents ./toml/bell.toml} ${lib.strings.fileContents ./toml/colorscheme.toml} ${lib.strings.fileContents ./toml/cursor.toml} -- cgit 1.4.1