themes/a-happy-gnome: fix moved config

This commit is contained in:
Gabriel Arazas 2022-08-07 19:46:29 +08:00
parent 79ca547625
commit 70de1fc6fa

View File

@ -21,13 +21,6 @@ in
{
options.themes.themes.a-happy-gnome = {
enable = lib.mkEnableOption "'A happy GNOME', foo-dogsquared's configuration of GNOME desktop environment";
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
shellExtensions = lib.mkOption {
type = with lib.types; listOf package;
@ -102,6 +95,13 @@ in
desktopManager.gnome.enable = true;
};
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
];
};
# All GNOME-related additional options.
services.gnome = {
core-os-services.enable = true;