update openmodelica

This commit is contained in:
2026-05-07 20:19:40 +09:00
parent 097ad8118e
commit 1a13db8498
5 changed files with 104 additions and 84 deletions

View File

@@ -1,18 +1,25 @@
{ ... }: {
{ ... }:
{
programs.alacritty = {
enable = true;
# custom settings
settings = {
env.TERM = "alacritty";
font = { size = 14; };
font = {
size = 14;
};
window = {
opacity = 1.0;
padding.x = 50;
padding.y = 50;
padding.x = 7;
padding.y = 7;
};
scrolling.multiplier = 5;
selection.save_to_clipboard = true;
colors = { primary = { background = "#040404"; }; };
selection.save_to_clipboard = false;
colors = {
primary = {
background = "#040404";
};
};
};
};
}