1
0
Fork 0

Rename gnome3 -> gnome

This commit is contained in:
Malte Brandy 2021-06-02 00:02:00 +02:00
parent 56793acd7d
commit e61a058395
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@ in
activateMode
pkgs.ncurses
pkgs.sway
pkgs.gnome3.gnome-session
pkgs.gnome.gnome-session
];
} ''
main = do
@ -82,7 +82,7 @@ in
ignoreFailure $ gnome_session_quit "--no-prompt"
'';
inherit (pkgs.gnome3) nautilus;
inherit (pkgs.gnome) nautilus;
inherit (pkgs.xorg) xbacklight;
inherit (pkgs)
# web

View file

@ -127,9 +127,9 @@ in
};
gdm.enable = true;
};
desktopManager.gnome3.enable = true;
desktopManager.gnome.enable = true;
};
gnome3 = {
gnome = {
evolution-data-server.enable = lib.mkForce false;
gnome-keyring.enable = lib.mkForce false;
at-spi2-core.enable = lib.mkForce false;

View file

@ -39,7 +39,7 @@ self: super: {
nheko
;
inherit (self.gnomeExtensions) appindicator system-monitor clipboard-indicator emoji-selector sound-output-device-chooser window-is-ready-remover;
inherit (self.gnome3)
inherit (self.gnome)
dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme
gnome-session
;