From 7c6e3be17875286d25a8ec2a2ad7c71c56258250 Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 16 Sep 2025 13:09:22 +0300 Subject: fix: change up some things for my new laptop --- nixos/general.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixos/general.nix') diff --git a/nixos/general.nix b/nixos/general.nix index c2fb98a..2162cda 100644 --- a/nixos/general.nix +++ b/nixos/general.nix @@ -87,6 +87,13 @@ pulse.enable = true; jack.enable = true; }; + + programs.gamemode = { + enable = true; + settings = { + gpu.amd_performance_level = "high"; + }; + }; environment.systemPackages = with pkgs; [ neovim -- cgit v1.2.3