From c5aa14fb2046ecf7035bfaaa7e0ffd1747e64d2c Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 4 Nov 2024 20:48:37 -0500 Subject: [PATCH] for alacritty update --- modules/desktop/alacritty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/alacritty.nix b/modules/desktop/alacritty.nix index 43fcd62..d40eae3 100644 --- a/modules/desktop/alacritty.nix +++ b/modules/desktop/alacritty.nix @@ -20,7 +20,7 @@ let primary.background = "0x1e1e1e"; primary.foreground = "0xffffff"; }; - import = [ "${pkgs.alacritty-theme}/tango_dark.toml" ]; + general.import = [ "${pkgs.alacritty-theme}/tango_dark.toml" ]; }; # Alacritty seems to not communicate well with gnome-shell. Quick fix: