feat(hyprland): tweak monitors again

This commit is contained in:
Mohammad Rafiq 2025-03-17 16:04:36 +08:00
parent 26c1cc06c3
commit 8278d4d8e0
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
pkgs,
config,
...
@ -20,6 +21,7 @@
nvidia-container-toolkit.enable = true;
graphics = {
enable = true;
package = inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.mesa.drivers;
extraPackages = with pkgs; [
nvidia-vaapi-driver # hardware acceleration
];
@ -29,6 +31,7 @@
# powerManagement.enable = true;
open = false;
nvidiaSettings = true;
nvidiaPersistenced = true;
package = config.boot.kernelPackages.nvidiaPackages.latest;
};
};