From 3830295fa82724a01dd846147f5e1af93b86efd5 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Sun, 27 Aug 2023 20:26:14 +0200 Subject: [PATCH] enable gamemode on lambda --- lambda/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 0452f98..1fa877b 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -19,6 +19,7 @@ libvdpau-va-gl ]; }; + programs.gamemode.enable = true; hardware.bluetooth.enable = true; services.logind = { lidSwitch = "hibernate";