Add compatibility workarounds for 24.05
This commit is contained in:
parent
55397974b4
commit
600ba660c9
2 changed files with 12 additions and 4 deletions
|
@ -38,7 +38,7 @@ let
|
|||
};
|
||||
|
||||
accounts = { pkgs, ... }: mkIf (config.common.linux.enable && !pkgs.stdenv.isAarch64) {
|
||||
environment.systemPackages = with pkgs; [ glib gnome-control-center ];
|
||||
environment.systemPackages = [ pkgs.glib (pkgs.gnome-control-center or pkgs.gnome.gnome-control-center) ];
|
||||
services.accounts-daemon.enable = true;
|
||||
services.gnome.gnome-online-accounts.enable = true;
|
||||
# programs.evolution.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue