Make nix config evaluate on m1
This commit is contained in:
parent
cfc752a3db
commit
f155382789
3 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
accounts = { pkgs, ... }: mkIf config.common.linux.enable {
|
||||
accounts = { pkgs, ... }: mkIf (config.common.linux.enable && !pkgs.stdenv.isAarch64) {
|
||||
environment.systemPackages = with pkgs.gnome; [ pkgs.glib gnome-control-center ];
|
||||
services.accounts-daemon.enable = true;
|
||||
services.gnome.gnome-online-accounts.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue