Loading nixos/tests/terminal-emulators.nix +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ let mate-terminal.cmd = "SHELL=$command mate-terminal --disable-factory"; # factory mode uses dbus, and we don't have a proper dbus session set up mlterm.pkg = p: p.mlterm; mlterm.kill = true; qterminal.pkg = p: p.lxqt.qterminal; qterminal.kill = true; Loading Loading
nixos/tests/terminal-emulators.nix +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ let mate-terminal.cmd = "SHELL=$command mate-terminal --disable-factory"; # factory mode uses dbus, and we don't have a proper dbus session set up mlterm.pkg = p: p.mlterm; mlterm.kill = true; qterminal.pkg = p: p.lxqt.qterminal; qterminal.kill = true; Loading