1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 17:27:28 +02:00

gnome-terminal: replace deprecated package names

The names `gnome3.vte` and `gnome3.gnome_terminal` have been replaced
by their more modern names.
This commit is contained in:
Robert Helgesson 2020-06-06 14:14:14 +02:00
parent 410d2febbb
commit 248dc17394
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -8,7 +8,7 @@ let
vteInitStr = '' vteInitStr = ''
# gnome-terminal: Show current directory in the terminal window title. # gnome-terminal: Show current directory in the terminal window title.
. ${pkgs.gnome3.vte}/etc/profile.d/vte.sh . ${pkgs.vte}/etc/profile.d/vte.sh
''; '';
backForeSubModule = types.submodule ({ ... }: { backForeSubModule = types.submodule ({ ... }: {
@ -199,7 +199,7 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home.packages = [ pkgs.gnome3.gnome_terminal ]; home.packages = [ pkgs.gnome3.gnome-terminal ];
dconf.settings = let dconfPath = "org/gnome/terminal/legacy"; dconf.settings = let dconfPath = "org/gnome/terminal/legacy";
in { in {