From 46b6b8794e246e918ce2b44fc044230b6a98aa20 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 16 Nov 2024 18:02:38 +0100 Subject: Add and configure alacritty Signed-off-by: Mel --- modules/home/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/home') diff --git a/modules/home/common.nix b/modules/home/common.nix index 3d1c143..35a260c 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -25,6 +25,12 @@ direnv = { enable = true; }; }; + xdg.configFile = { + # home-manager does not have the option to pass an alacritty + # config file directly. + "alacritty/alacritty.toml".source = ../../configs/alacritty.toml; + }; + home.sessionPath = [ "$HOME/.local/share/JetBrains/Toolbox/scripts" ]; -- cgit 1.4.1