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