287 current 2024-12-13 20:09:51 24.11.20241207.e2605d0 6.12.3 *

This commit is contained in:
Ranomier 2024-12-13 20:09:57 +01:00
parent cc0b878532
commit a0c79314df
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:{
{pkgs, ...}: {
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [
libvdpau-va-gl

View file

@ -1,4 +1,4 @@
{ ... }:{
{...}: {
# probably does nothing on my amd laptop. need to check
hardware.trackpoint.speed = 200;
}

View file

@ -1,8 +1,8 @@
{ ... }: {
{...}: {
nix = {
optimise = {
automatic = true;
dates = [ "16:00" "08:00" ];
dates = ["16:00" "08:00"];
};
gc = {
automatic = true;

View file

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