nixos/cinnamon: switch to Orca module
This commit is contained in:
parent
cda3c82d92
commit
029879164d
@ -172,7 +172,6 @@ in
|
||||
] ++ utils.removePackagesByName [
|
||||
# accessibility
|
||||
onboard
|
||||
orca
|
||||
|
||||
# theme
|
||||
sound-theme-freedesktop
|
||||
@ -199,6 +198,8 @@ in
|
||||
})
|
||||
];
|
||||
|
||||
services.orca.enable = mkDefault (notExcluded pkgs.orca);
|
||||
|
||||
xdg.portal.configPackages = mkDefault [ pkgs.cinnamon-common ];
|
||||
|
||||
# Override GSettings schemas
|
||||
|
Loading…
Reference in New Issue
Block a user