0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

geary: Move from gnome scope to top-level

This commit is contained in:
Jan Tojnar 2024-06-22 14:11:08 +02:00
parent 5c5c20919b
commit 2adc7d7340
4 changed files with 3 additions and 5 deletions

View file

@ -13,7 +13,7 @@ in {
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ pkgs.gnome.geary ];
environment.systemPackages = [ pkgs.geary ];
programs.dconf.enable = true;
services.gnome.gnome-keyring.enable = true;
services.gnome.gnome-online-accounts.enable = true;