Compare commits

..

No commits in common. "5e5d211bc832d8534166a18ea5c5e5ef3745e927" and "f4dfac08e1a0ba5421bfb5f3268314e29e1ece11" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

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

View file

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