nixos/mate: enable vte integration

Default terminal is mate-terminal which uses vte.
This commit is contained in:
worldofpeace 2019-08-21 16:21:55 -04:00
parent 034eb3b3cd
commit 1156146e74

View File

@ -94,6 +94,10 @@ in
];
programs.dconf.enable = true;
# Shell integration for VTE terminals
programs.bash.vteIntegration = mkDefault true;
programs.zsh.vteIntegration = mkDefault true;
services.gnome3.at-spi2-core.enable = true;
services.gnome3.gnome-keyring.enable = true;
services.gnome3.gnome-settings-daemon.enable = true;