Replace references to pkgs.gnome3 by pkgs.gnome

This commit is contained in:
Robert Helgesson 2021-05-30 22:47:03 +02:00
parent c7e79b5337
commit d3cdabb5c9
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
7 changed files with 7 additions and 7 deletions

View file

@ -315,7 +315,7 @@ in {
};
config = mkIf cfg.enable {
home.packages = [ pkgs.gnome3.gnome-terminal ];
home.packages = [ pkgs.gnome.gnome-terminal ];
dconf.settings = let dconfPath = "org/gnome/terminal/legacy";
in {

View file

@ -261,7 +261,7 @@ in {
description = ''
Path to the terminal which will be used to run console applications
'';
example = "\${pkgs.gnome3.gnome_terminal}/bin/gnome-terminal";
example = "\${pkgs.gnome.gnome_terminal}/bin/gnome-terminal";
};
separator = mkOption {