fix: use the generated Alacritty configuration

This commit is contained in:
Oliver Davies 2023-04-05 23:11:31 +01:00
parent 32876821a9
commit dc9ee849bb
3 changed files with 1 additions and 29 deletions

View file

@ -142,11 +142,6 @@ in {
"$HOME/.config/bin"
];
xdg.configFile.alacritty = {
source = ../../config/alacritty;
recursive = true;
};
xdg.configFile.bin = {
source = ../../bin;
recursive = true;