home: terminal: alacritty: add MIME associations

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent f4c185eacf
commit cf000abe11

View file

@ -48,5 +48,9 @@ in
}; };
}; };
}; };
my.home.xdg.mime-apps = {
applications.terminal = "Alacritty.desktop";
};
}; };
} }