nixos/pantheon: enable vte integration
Default terminal is elementary-terminal which uses vte.
This commit is contained in:
parent
4ba10fbbfd
commit
034eb3b3cd
@ -146,6 +146,10 @@ in
|
||||
programs.evince.enable = mkDefault true;
|
||||
programs.file-roller.enable = mkDefault true;
|
||||
|
||||
# Shell integration for VTE terminals
|
||||
programs.bash.vteIntegration = mkDefault true;
|
||||
programs.zsh.vteIntegration = mkDefault true;
|
||||
|
||||
# Harmonize Qt5 applications under Pantheon
|
||||
qt5.enable = true;
|
||||
qt5.platformTheme = "gnome";
|
||||
|
Loading…
Reference in New Issue
Block a user