Skip to content

Commit

Permalink
mlterm-wayland: init
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Apr 21, 2023
1 parent 66d6ebe commit 52016d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,9 @@ with pkgs;
microcom = callPackage ../applications/terminal-emulators/microcom { };

mlterm = darwin.apple_sdk_11_0.callPackage ../applications/terminal-emulators/mlterm { };
mlterm-wayland = mlterm.override {
enableX11 = false;
};

mrxvt = callPackage ../applications/terminal-emulators/mrxvt { };

Expand Down

0 comments on commit 52016d5

Please sign in to comment.