Don't install alacritty on neelix or non-graphical installs.

This commit is contained in:
Tom Alexander
2025-01-23 18:47:03 -05:00
parent 62fc955b68
commit df2efb728d
3 changed files with 33 additions and 20 deletions

View File

@@ -23,10 +23,9 @@
# Mount tmpfs at /tmp
boot.tmp.useTmpfs = true;
me.graphical = true;
me.graphicsCardType = "intel";
me.kodi.enable = true;
me.bluetooth.enable = true;
me.emacs_flavor = "plainmacs";
me.graphical = true;
me.graphicsCardType = "intel";
me.kodi.enable = true;
}

View File

@@ -29,10 +29,10 @@
fw-ectool
];
me.graphical = true;
me.graphicsCardType = "amd";
me.sway.enable = true;
me.alacritty.enable = true;
me.ansible.enable = true;
me.emacs_flavor = "full";
me.graphical = true;
me.graphicsCardType = "amd";
me.sway.enable = true;
}