vpWithSixel: init

It is just an alias for vp with Sixel support.
This commit is contained in:
Anderson Torres
2024-06-04 08:19:10 -03:00
parent 2113ff8eae
commit 70c61bd92f
+6
View File
@@ -14119,6 +14119,12 @@ with pkgs;
vpn-slice = python3Packages.callPackage ../tools/networking/vpn-slice { };
vpWithSixel = vp.override {
# Enable next line for console graphics. Note that it requires `sixel`
# enabled terminals such as mlterm or xterm -ti 340
SDL = SDL_sixel;
};
vtm = callPackage ../tools/misc/vtm { };
witness = callPackage ../tools/security/witness { };