Replace references to pkgs.gnome3 by pkgs.gnome
This commit is contained in:
parent
c7e79b5337
commit
d3cdabb5c9
7 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue