this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: disable xpadneo

+11 -10
+10 -10
modules/bluetooth.nix
··· 11 11 nixos.ifEnabled = { 12 12 hardware.bluetooth.enable = true; 13 13 # TODO: determine if this actually affected me. Maybe should yeet. 14 - hardware.bluetooth.settings = { 15 - # Try and reduce latency from Xbox Series controllers 16 - # https://atar-axis.github.io/xpadneo#high-latency-or-lost-button-events-with-bluetooth-le 17 - LE = { 18 - MinConnectionInterval = 7; 19 - MaxConnectionInterval = 9; 20 - ConnectionLatency = 0; 21 - }; 22 - }; 23 - hardware.xpadneo.enable = true; 14 + # hardware.bluetooth.settings = { 15 + # # Try and reduce latency from Xbox Series controllers 16 + # # https://atar-axis.github.io/xpadneo#high-latency-or-lost-button-events-with-bluetooth-le 17 + # LE = { 18 + # MinConnectionInterval = 7; 19 + # MaxConnectionInterval = 9; 20 + # ConnectionLatency = 0; 21 + # }; 22 + # }; 23 + # hardware.xpadneo.enable = true; 24 24 environment.systemPackages = [pkgs.kdePackages.bluedevil]; 25 25 }; 26 26 }
+1
modules/graphics.nix
··· 17 17 }; 18 18 19 19 environment.systemPackages = with pkgs; [amdgpu_top lact nvtopPackages.full]; 20 + environment.sessionVariables.KWIN_DRM_NO_AMS = "1"; 20 21 21 22 systemd.services.lactd = { 22 23 description = "AMDGPU Control Daemon";