From a0c79314df74b81c7436d243895003b5c6b7f3b3 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Fri, 13 Dec 2024 20:09:57 +0100 Subject: [PATCH] 287 current 2024-12-13 20:09:51 24.11.20241207.e2605d0 6.12.3 * --- modules/hardware/gpu.nix | 2 +- modules/hardware/trackpoint.nix | 2 +- modules/pkg_mgrmnt/garbage-collect.nix | 4 ++-- modules/software/audio_video.nix | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/hardware/gpu.nix b/modules/hardware/gpu.nix index 80d47e7..13c2a0b 100644 --- a/modules/hardware/gpu.nix +++ b/modules/hardware/gpu.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }:{ +{pkgs, ...}: { hardware.graphics.enable = true; hardware.graphics.extraPackages = with pkgs; [ libvdpau-va-gl diff --git a/modules/hardware/trackpoint.nix b/modules/hardware/trackpoint.nix index 8c34c03..aca3024 100644 --- a/modules/hardware/trackpoint.nix +++ b/modules/hardware/trackpoint.nix @@ -1,4 +1,4 @@ -{ ... }:{ +{...}: { # probably does nothing on my amd laptop. need to check hardware.trackpoint.speed = 200; } diff --git a/modules/pkg_mgrmnt/garbage-collect.nix b/modules/pkg_mgrmnt/garbage-collect.nix index 685be99..46a517b 100644 --- a/modules/pkg_mgrmnt/garbage-collect.nix +++ b/modules/pkg_mgrmnt/garbage-collect.nix @@ -1,8 +1,8 @@ -{ ... }: { +{...}: { nix = { optimise = { automatic = true; - dates = [ "16:00" "08:00" ]; + dates = ["16:00" "08:00"]; }; gc = { automatic = true; diff --git a/modules/software/audio_video.nix b/modules/software/audio_video.nix index dd1c453..dc21233 100644 --- a/modules/software/audio_video.nix +++ b/modules/software/audio_video.nix @@ -26,7 +26,7 @@ "plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"; "label" = "noise_suppressor_stereo"; "control" = { - "VAD Threshold (%)" = 80.0; + "VAD Threshold (%)" = 75.0; }; } ];