Update nixpkgs-unstable and home-manager

This commit is contained in:
Natsu Kagami 2024-09-28 15:03:51 +02:00
parent 5cc543c9db
commit 097a0efd90
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 7 additions and 7 deletions

View file

@ -38,7 +38,7 @@ let
};
accounts = { pkgs, ... }: mkIf (config.common.linux.enable && !pkgs.stdenv.isAarch64) {
environment.systemPackages = with pkgs.gnome; [ pkgs.glib gnome-control-center ];
environment.systemPackages = with pkgs; [ glib gnome-control-center ];
services.accounts-daemon.enable = true;
services.gnome.gnome-online-accounts.enable = true;
# programs.evolution.enable = true;