Loading nixos/modules/services/x11/desktop-managers/cinnamon.nix +2 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ in ] ++ utils.removePackagesByName [ # accessibility onboard orca # theme sound-theme-freedesktop Loading @@ -199,6 +198,8 @@ in }) ]; services.orca.enable = mkDefault (notExcluded pkgs.orca); xdg.portal.configPackages = mkDefault [ pkgs.cinnamon-common ]; # Override GSettings schemas Loading Loading
nixos/modules/services/x11/desktop-managers/cinnamon.nix +2 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ in ] ++ utils.removePackagesByName [ # accessibility onboard orca # theme sound-theme-freedesktop Loading @@ -199,6 +198,8 @@ in }) ]; services.orca.enable = mkDefault (notExcluded pkgs.orca); xdg.portal.configPackages = mkDefault [ pkgs.cinnamon-common ]; # Override GSettings schemas Loading