summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix225
1 files changed, 225 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index db8230c..2b19816 100644
--- a/home.nix
+++ b/home.nix
@@ -589,6 +589,231 @@ set-option -sa terminal-features ',*:RGB'
589 # unison 589 # unison
590 # vdirsyncer 590 # vdirsyncer
591 591
592 # parametric equalizer (and other stuff I don't use) in pipewire
593 easyeffects = {
594 enable = true;
595 preset = "he5xx_oratory1990";
596 extraPresets.he5xx_oratory1990 = {
597 output = {
598 blocklist = [ ];
599 "equalizer#0" = {
600 balance = 0;
601 bypass = false;
602 input-gain = -7;
603 left = {
604 band0 = {
605 frequency = 25;
606 gain = 5.3;
607 mode = "APO (DR)";
608 mute = false;
609 q = 1;
610 slope = "x1";
611 solo = false;
612 type = "Bell";
613 width = 4;
614 };
615 band1 = {
616 frequency = 105;
617 gain = 5.5;
618 mode = "APO (DR)";
619 mute = false;
620 q = 0.666667;
621 slope = "x1";
622 solo = false;
623 type = "Lo-shelf";
624 width = 4;
625 };
626 band2 = {
627 frequency = 470;
628 gain = -1;
629 mode = "APO (DR)";
630 mute = false;
631 q = 4;
632 slope = "x1";
633 solo = false;
634 type = "Bell";
635 width = 4;
636 };
637 band3 = {
638 frequency = 530;
639 gain = 1.8;
640 mode = "APO (DR)";
641 mute = false;
642 q = 1.2;
643 slope = "x1";
644 solo = false;
645 type = "Bell";
646 width = 4;
647 };
648 band4 = {
649 frequency = 800;
650 gain = 5;
651 mode = "APO (DR)";
652 mute = false;
653 q = 0.666667;
654 slope = "x1";
655 solo = false;
656 type = "Hi-shelf";
657 width = 4;
658 };
659 band5 = {
660 frequency = 910;
661 gain = -3.4;
662 mode = "APO (DR)";
663 mute = false;
664 q = 3;
665 slope = "x1";
666 solo = false;
667 type = "Bell";
668 width = 4;
669 };
670 band6 = {
671 frequency = 1300;
672 gain = -3.3;
673 mode = "APO (DR)";
674 mute = false;
675 q = 3;
676 slope = "x1";
677 solo = false;
678 type = "Bell";
679 width = 4;
680 };
681 band7 = {
682 frequency = 5400;
683 gain = -4.8;
684 mode = "APO (DR)";
685 mute = false;
686 q = 4.5;
687 slope = "x1";
688 solo = false;
689 type = "Bell";
690 width = 4;
691 };
692 band8 = {
693 frequency = 11000;
694 gain = -7;
695 mode = "APO (DR)";
696 mute = false;
697 q = 0.666667;
698 slope = "x1";
699 solo = false;
700 type = "Hi-shelf";
701 width = 4;
702 };
703 };
704 mode = "IIR";
705 num-bands = 9;
706 output-gain = 0;
707 pitch-left = 0;
708 pitch-right = 0;
709 right = {
710 band0 = {
711 frequency = 25;
712 gain = 5.3;
713 mode = "APO (DR)";
714 mute = false;
715 q = 1;
716 slope = "x1";
717 solo = false;
718 type = "Bell";
719 width = 4;
720 };
721 band1 = {
722 frequency = 105;
723 gain = 5.5;
724 mode = "APO (DR)";
725 mute = false;
726 q = 0.666667;
727 slope = "x1";
728 solo = false;
729 type = "Lo-shelf";
730 width = 4;
731 };
732 band2 = {
733 frequency = 470;
734 gain = -1;
735 mode = "APO (DR)";
736 mute = false;
737 q = 4;
738 slope = "x1";
739 solo = false;
740 type = "Bell";
741 width = 4;
742 };
743 band3 = {
744 frequency = 530;
745 gain = 1.8;
746 mode = "APO (DR)";
747 mute = false;
748 q = 1.2;
749 slope = "x1";
750 solo = false;
751 type = "Bell";
752 width = 4;
753 };
754 band4 = {
755 frequency = 800;
756 gain = 5;
757 mode = "APO (DR)";
758 mute = false;
759 q = 0.666667;
760 slope = "x1";
761 solo = false;
762 type = "Hi-shelf";
763 width = 4;
764 };
765 band5 = {
766 frequency = 910;
767 gain = -3.4;
768 mode = "APO (DR)";
769 mute = false;
770 q = 3;
771 slope = "x1";
772 solo = false;
773 type = "Bell";
774 width = 4;
775 };
776 band6 = {
777 frequency = 1300;
778 gain = -3.3;
779 mode = "APO (DR)";
780 mute = false;
781 q = 3;
782 slope = "x1";
783 solo = false;
784 type = "Bell";
785 width = 4;
786 };
787 band7 = {
788 frequency = 5400;
789 gain = -4.8;
790 mode = "APO (DR)";
791 mute = false;
792 q = 4.5;
793 slope = "x1";
794 solo = false;
795 type = "Bell";
796 width = 4;
797 };
798 band8 = {
799 frequency = 11000;
800 gain = -7;
801 mode = "APO (DR)";
802 mute = false;
803 q = 0.666667;
804 slope = "x1";
805 solo = false;
806 type = "Hi-shelf";
807 width = 4;
808 };
809 };
810 split-channels = false;
811 };
812 plugins_order = [ "equalizer#0" ];
813 };
814 };
815 };
816
592 poweralertd.enable = true; 817 poweralertd.enable = true;
593 818
594 redshift = { 819 redshift = {