287 current 2024-12-13 20:09:51 24.11.20241207.e2605d0 6.12.3 *
This commit is contained in:
parent
cc0b878532
commit
a0c79314df
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue