forked from mirrors/nixpkgs
nixos/evolution: enable gnome-keyring
This commit is contained in:
parent
b241f7fc58
commit
f45f22d519
|
@ -53,6 +53,7 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.evolution ] ++ config.programs.evolution.plugins;
|
plugins = [ pkgs.evolution ] ++ config.programs.evolution.plugins;
|
||||||
};
|
};
|
||||||
|
services.gnome3.gnome-keyring.enable = true;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue