email and others

This commit is contained in:
2024-07-10 18:54:39 -04:00
parent 47c0e3911c
commit c7595f6468
5 changed files with 103 additions and 17 deletions

View File

@@ -44,6 +44,14 @@
cmd - return : wezterm
'';
};
postgresql = {
enable = true;
ensureDatabases = [ "todos" ];
authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method
local all all trust
'';
};
};
home-manager = {

View File

@@ -10,6 +10,7 @@
../../modules/home-manager/eza
../../modules/home-manager/bat
../../modules/home-manager/irssi
../../modules/home-manager/email
];
home.username = "mthomson";
home.homeDirectory = "/Users/mthomson";
@@ -52,6 +53,8 @@
inetutils
taskwarrior3
taskwarrior-tui
devenv
_1password
];
programs.home-manager.enable = true;