Home: Re-enable Hyprland (HDR test)
This commit is contained in:
+1
-1
@@ -318,7 +318,7 @@ with mylib.networking; {
|
||||
gpu-screen-recorder.enable = !headless;
|
||||
|
||||
hyprland = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
# enable = !headless;
|
||||
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
|
||||
@@ -216,6 +216,12 @@
|
||||
openFirewall = true; # Directly set port in firewall
|
||||
};
|
||||
|
||||
# TODO: Doesn't work with steam flatpak
|
||||
# gamescope = {
|
||||
# enable = true;
|
||||
# enableWsi = true;
|
||||
# };
|
||||
|
||||
ghidra = {
|
||||
enable = true;
|
||||
gdb = true;
|
||||
|
||||
@@ -160,6 +160,9 @@
|
||||
|
||||
# https://discourse.nixos.org/t/nvidia-open-breaks-hardware-acceleration/58770/3
|
||||
nvidia-vaapi-driver # Experimental, doesn't work with chromium
|
||||
|
||||
# Hdr in games with DXVK_HDR=1 ENABLE_HDR_WSI=1
|
||||
vulkan-hdr-layer-kwin6
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user