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; }; } ];