about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
AgeCommit message (Collapse)AuthorFilesLines
2024-06-26kitty-themes: 0-unstable-2024-06-12 -> 0-unstable-2024-06-26R. Ryantm1-3/+3
2024-06-22kitty: 0.35.1 -> 0.35.2R. Ryantm1-3/+3
2024-06-20Merge pull request #313708 from sikmir/iterm2Thomas Gerbet1-2/+2
iterm2: 3.4.23 → 3.5.2
2024-06-16iterm2: 3.4.23 → 3.5.2Nikolay Korotkiy1-2/+2
2024-06-12kitty-themes: 0-unstable-2024-05-28 -> 0-unstable-2024-06-12yxnxs1-3/+3
Update kitty's theme.nix to use the latest version
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt13-13/+13
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-05kitty-themes: add passthru update scriptSigmanificient1-0/+5
2024-06-05kitty-themes: unstable-2024-04-23 -> 0-unstable-2024-05-28Sigmanificient1-3/+3
2024-06-02Merge pull request #316125 from Nanotwerp/kitty-upSandro1-3/+3
2024-05-31Merge pull request #315249 from r-ryantm/auto-update/rioAleksana1-3/+3
rio: 0.0.37 -> 0.0.39
2024-05-31kitty: 0.35.0 -> 0.35.1Nano Twerpus1-3/+3
2024-05-30terminator: 2.1.3 -> 2.1.4R. Ryantm1-3/+3
2024-05-28rio: 0.0.37 -> 0.0.39R. Ryantm1-3/+3
2024-05-27kitty: 0.34.1 -> 0.35.0Natsu Kagami1-3/+3
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+0
2024-05-20treewide: remove unused occurence of fetchurl argumentSigmanificient1-1/+0
2024-05-16rio: 0.0.36 -> 0.0.37R. Ryantm1-3/+3
2024-05-15kitty-themes: remove uneeded recSigmanificient1-1/+1
2024-05-15kitty-themes: add sigmanificient to maintainersSigmanificient1-1/+1
2024-05-14kitty: wrap correct executable on macOSNicolas Mattia1-1/+4
This fixes the kitty wrapProgram step to wrap the actual `kitty` executable, which on macOS is inside the App bundle. On macOS, `$out/bin/kitty` is just a symlink, and wrapping this symlink (instead of the executable in the App bundle) means that the wrapper is not used when starting the application itself (and the wrapper is only used when the `bin/kitty` executable is used, e.g. from terminal).
2024-05-12Merge pull request #310486 from sentientmonkey/x3270-add-missing-dependenciesWeijia Wang1-0/+4
x3270: add openssl and readline to build inputs
2024-05-09x3270: add openssl and readline to build inputsScott Windsor1-0/+4
These are optional dependencies but required if you need ssl integration and readline support
2024-05-09terminator: don't bleed PATH into session via wrapperElliot Cameron1-1/+10
Fixes: #47290
2024-05-05Merge pull request #309253 from bobby285271/fix/blackboxBobby Rong1-0/+3
blackbox-terminal: Fix build
2024-05-05blackbox-terminal: Fix buildBobby Rong1-0/+3
This uses a vte that still has box_drawing_generate.sh in src.
2024-05-04Merge pull request #308876 from zvolin/update-kitty-themesNick Cao1-3/+3
kitty-themes: unstable-2023-12-28 -> unstable-2024-04-23
2024-05-04guake: 3.9.0 → 3.10Jan Tojnar2-5/+69
https://github.com/Guake/guake/releases/tag/3.10 https://github.com/Guake/guake/compare/3.9.0...3.10
2024-05-03kitty-themes: unstable-2023-12-28 -> unstable-2024-04-23zvolin1-3/+3
2024-05-02Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-05-02tym: 3.5.0 -> 3.5.1R. Ryantm1-2/+2
2024-04-30Merge branch 'master' into staging-nextWeijia Wang1-18/+51
2024-04-27x3270: 4.0ga9 -> 4.3ga8Scott Windsor1-18/+51
* upgrade to latest release * fixes broken darwin build by adding dependancies * disables x11 build for darwin * adds man page installation Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar5-10/+10
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-22gnome-console: 45.0 → 46.0Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/console/-/compare/45.0...46.0
2024-04-19Merge pull request #305287 from kashw2/kittyThomas Gerbet1-2/+2
kitty: 0.34.0 -> 0.34.1
2024-04-19kitty: remove adamcstephens as maintainerAdam Stephens1-1/+1
2024-04-19kitty: 0.34.0 -> 0.34.1kashw21-2/+2
2024-04-17foot: 1.17.1 -> 1.17.2Ashish SHUKLA1-2/+2
2024-04-15kitty: 0.33.1 -> 0.34.0kashw21-3/+3
2024-04-12foot: 1.17.0 -> 1.17.1Ashish SHUKLA1-2/+2
2024-04-09st: 0.9.1 -> 0.9.2R. Ryantm1-2/+2
2024-04-06treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 appsaleksana1-4/+4
2024-04-03Merge pull request #298793 from Qusic/stSandro1-1/+8
2024-04-03st: remove andsild as maintainer (#301201)Anders1-1/+1
2024-04-03foot: 1.16.2 -> 1.17.0Alyssa Ross1-3/+3
2024-04-02treewide: Rename nixfmt to nixfmt-classic (#300468)Janne Heß1-1/+1
* treewide: Rename nixfmt to nixfmt-classic * Update pkgs/top-level/aliases.nix Co-authored-by: Silvan Mosberger <github@infinisil.com> --------- Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-04-01st: add updateScriptQusic1-1/+8
2024-04-01st: add qusic to maintainersQusic1-1/+1
2024-04-01st: 0.9 -> 0.9.1Qusic1-2/+2