Loading nixos/modules/config/terminfo.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ with lib; termite tmux wezterm yaft ])); environment.pathsToLink = [ Loading pkgs/applications/terminal-emulators/yaft/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ stdenv.mkDerivation rec { version = "0.2.9"; pname = "yaft"; outputs = [ "out" "terminfo" ]; src = fetchFromGitHub { owner = "uobikiemukot"; repo = "yaft"; Loading @@ -15,6 +17,12 @@ stdenv.mkDerivation rec { installFlags = [ "PREFIX=$(out)" "MANPREFIX=$(out)/share/man" ]; postInstall = '' mkdir -p $out/nix-support $terminfo/share mv $out/share/terminfo $terminfo/share/ echo "$terminfo" >> $out/nix-support/propagated-user-env-packages ''; meta = { homepage = "https://github.com/uobikiemukot/yaft"; description = "Yet another framebuffer terminal"; Loading Loading
nixos/modules/config/terminfo.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ with lib; termite tmux wezterm yaft ])); environment.pathsToLink = [ Loading
pkgs/applications/terminal-emulators/yaft/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ stdenv.mkDerivation rec { version = "0.2.9"; pname = "yaft"; outputs = [ "out" "terminfo" ]; src = fetchFromGitHub { owner = "uobikiemukot"; repo = "yaft"; Loading @@ -15,6 +17,12 @@ stdenv.mkDerivation rec { installFlags = [ "PREFIX=$(out)" "MANPREFIX=$(out)/share/man" ]; postInstall = '' mkdir -p $out/nix-support $terminfo/share mv $out/share/terminfo $terminfo/share/ echo "$terminfo" >> $out/nix-support/propagated-user-env-packages ''; meta = { homepage = "https://github.com/uobikiemukot/yaft"; description = "Yet another framebuffer terminal"; Loading