mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00:19:12 +00:00
themes/a-happy-gnome: fix moved config
This commit is contained in:
parent
79ca547625
commit
70de1fc6fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user