Migrate alacritty conf from dotter to home-manager

This commit is contained in:
Julian Mutter 2024-01-26 13:33:38 +01:00
parent bb4a758182
commit ec6be592cb
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,2 @@
includes = [".dotter/laptop.toml"]
packages = ["nvim", "emacs", "i3", "alacritty", "starship", "zsh"]
packages = ["nvim", "emacs", "i3", "starship", "zsh"]

View File

@ -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