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:
parent
410d2febbb
commit
248dc17394
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue