Do not install sway on neelix.

This commit is contained in:
Tom Alexander
2025-01-20 20:06:33 -05:00
parent 9d49eb9d6a
commit d0c1bb1b65
11 changed files with 28 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ in
{
imports = [ ];
config = lib.mkIf (config.me.buildingIso) {
config = lib.mkIf (config.me.buildingIso && config.me.graphical && config.me.sway.enable) {
# Launch a terminal at boot in the live ISO for when hotkeys don't work.
me.swayIncludes = [
launch_terminal