xps11 should not turn off when lid is closed

This commit is contained in:
Haak Saxberg 2024-06-30 20:06:17 -07:00
parent 5a11167475
commit 9dbec60fb5

View file

@ -91,6 +91,9 @@
services.xserver.layout = "us";
# xps11 is primarly used as a "server"
services.logind.lidSwitch = "ignore";
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};