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.enable = true;
hardware.graphics.extraPackages = with pkgs; [ hardware.graphics.extraPackages = with pkgs; [
libvdpau-va-gl libvdpau-va-gl

View file

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

View file

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

View file

@ -26,7 +26,7 @@
"plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so"; "plugin" = "${pkgs.rnnoise-plugin}/lib/ladspa/librnnoise_ladspa.so";
"label" = "noise_suppressor_stereo"; "label" = "noise_suppressor_stereo";
"control" = { "control" = {
"VAD Threshold (%)" = 80.0; "VAD Threshold (%)" = 75.0;
}; };
} }
]; ];