From ec6be592cbe26d12f8f5aa8734299fbae6ddb604 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 26 Jan 2024 13:33:38 +0100 Subject: [PATCH] Migrate alacritty conf from dotter to home-manager --- .dotter/local.laptop.toml | 2 +- home-manager/home.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.dotter/local.laptop.toml b/.dotter/local.laptop.toml index b6106c5..3c0d068 100644 --- a/.dotter/local.laptop.toml +++ b/.dotter/local.laptop.toml @@ -1,2 +1,2 @@ includes = [".dotter/laptop.toml"] -packages = ["nvim", "emacs", "i3", "alacritty", "starship", "zsh"] +packages = ["nvim", "emacs", "i3", "starship", "zsh"] diff --git a/home-manager/home.nix b/home-manager/home.nix index 975b6c2..c16f5ef 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -41,6 +41,10 @@ # ''; ".config/alacritty/theme".source = "${inputs.alacritty-theme}"; + ".config/alacritty" = { + source = ../alacritty; + recursive = true; + }; }; # Home Manager can also manage your environment variables through