This commit is contained in:
m3tam3re 2025-02-14 13:53:28 +01:00
commit e98e224af9
3 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,7 @@
programs.hyprland = {
enable = true;
xwayland.enable = true;
withUWSM = true;
};
programs.steam = {
enable = true;
@ -21,7 +22,6 @@
};
};
programs.gamescope = {
package = pkgs.stable.gamescope;
enable = true;
capSysNice = true;
};

View File

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

View File

@ -3,7 +3,7 @@
enable = true;
enableTCPIP = true;
package = pkgs.postgresql_17;
extraPlugins = with pkgs.postgresql17Packages; [
extensions = with pkgs.postgresql17Packages; [
pgvector
];
authentication = ''