Compare commits

...

2 commits

Author SHA1 Message Date
uku
5e5d211bc8
feat(common): add ghostty terminfo 2025-01-07 10:41:35 +01:00
uku
c74b037a84
chore(etna): set postgresql port correctly 2025-01-07 10:39:15 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -70,6 +70,8 @@ in
neovim neovim
ripgrep ripgrep
wget wget
ghostty.terminfo
]; ];
hm = { hm = {

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
package = pkgs.postgresql_16; package = pkgs.postgresql_16;
port = 5432; settings.port = 5432;
enableTCPIP = true; enableTCPIP = true;
}; };