move more modules to home

This commit is contained in:
Tristan 2024-01-05 20:59:06 +00:00
parent 9f0cee2627
commit f893e3b8e2
18 changed files with 443 additions and 484 deletions

View file

@ -10,12 +10,6 @@ with lib; {
};
config = mkIf config.roles.personal.enable {
roles.email = {
enable = true;
email = "tristan@tristans.cloud";
terminal = true;
};
roles.gamer.enable = true;
i18n.supportedLocales = [
@ -26,6 +20,12 @@ with lib; {
home-manager.users.${user}.imports = [
{
roles.email = {
enable = true;
email = "tristan@tristans.cloud";
terminal = true;
};
services.nextcloud-client.enable = true;
services.gnome-keyring.enable = true;