Migrate alacritty conf from dotter to home-manager
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
includes = [".dotter/laptop.toml"]
|
||||
packages = ["nvim", "emacs", "i3", "alacritty", "starship", "zsh"]
|
||||
packages = ["nvim", "emacs", "i3", "starship", "zsh"]
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user