Migrate alacritty conf from dotter to home-manager
This commit is contained in:
@ -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