Migrate alacritty conf from dotter to home-manager
This commit is contained in:
parent
bb4a758182
commit
ec6be592cb
@ -1,2 +1,2 @@
|
|||||||
includes = [".dotter/laptop.toml"]
|
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/theme".source = "${inputs.alacritty-theme}";
|
||||||
|
".config/alacritty" = {
|
||||||
|
source = ../alacritty;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Home Manager can also manage your environment variables through
|
# Home Manager can also manage your environment variables through
|
||||||
|
Loading…
x
Reference in New Issue
Block a user