Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a887feda74aa
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4ba10fbbfddd
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 21, 2019

  1. nixos/vte: init

    This module correctly includes the vte.sh script
    required for vte terminals like gnome-terminal to show the
    CWD in the window title and preserved across instances.
    
    This is achieved with the options:
    * programs.bash.vteIntegration
    * programs.zsh.vteIntegration
    
    as it's best to keep this configuration unguarded by gnome3.enable
    to support other vte terminals (such as elementary-terminal).
    Note the distinction between Zsh and Bash doesn't include
    a different script, as this script only supports those two shells.
    worldofpeace committed Aug 21, 2019
    Copy the full SHA
    79dd78b View commit details
    Browse the repository at this point in the history
  2. nixos/gnome-terminal: init

    This module obsoletes services.gnome3.gnome-terminal-server
    as that's a confusing option for users, and sounds internal.
    It's much simpler to have a gnome-terminal module.
    worldofpeace committed Aug 21, 2019
    Copy the full SHA
    4a46140 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66990 from worldofpeace/gnome-vte-config

    nixos/gnome-terminal: init
    worldofpeace committed Aug 21, 2019
    1
    Copy the full SHA
    4ba10fb View commit details
    Browse the repository at this point in the history