@hyprland +uwsm

This commit is contained in:
m3tam3re
2025-02-12 18:10:26 +01:00
parent e0dda1eb0a
commit 4a48ee92cb
4 changed files with 3 additions and 20 deletions

View File

@ -2,7 +2,7 @@
services.postgresql = {
enable = true;
package = pkgs.postgresql_17;
extraPlugins = with pkgs.postgresql17Packages; [
extensions = with pkgs.postgresql17Packages; [
pgvector
];
authentication = ''