@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

17
flake.lock generated
View File

@ -221,22 +221,6 @@
"type": "github"
}
},
"nixpkgs-80c8ffb": {
"locked": {
"lastModified": 1726604095,
"narHash": "sha256-4ipVsmZQiSdMx/8BqMurOUBIRCrKjjwTKLFNk3frrRs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "80c8ffb38e221c3c1b2ab81a9f9a1194f109a9ea",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "80c8ffb38e221c3c1b2ab81a9f9a1194f109a9ea",
"type": "github"
}
},
"nixpkgs-d016996": {
"locked": {
"lastModified": 1737074211,
@ -341,7 +325,6 @@
"home-manager": "home-manager_2",
"hyprpanel": "hyprpanel",
"nixpkgs": "nixpkgs_3",
"nixpkgs-80c8ffb": "nixpkgs-80c8ffb",
"nixpkgs-d016996": "nixpkgs-d016996",
"nixpkgs-master": "nixpkgs-master",
"nixpkgs-stable": "nixpkgs-stable",

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 = ''