~ruther/nixos-config

d3559a1f5d93e3c88a0acec72361bd5b74c2b5c9 — Frantisek Bohacek 1 year, 4 months ago b3c889f
feat: add easyeffects service
1 files changed, 7 insertions(+), 1 deletions(-)

M hosts/laptop-phobos/home.nix
M hosts/laptop-phobos/home.nix => hosts/laptop-phobos/home.nix +7 -1
@@ 26,6 26,8 @@

      # Power Management
      pkgs.acpi

      pkgs.easyeffects
    ];
  };



@@ 35,6 37,10 @@
     enable = true;
     criticalLevelPercent = 10;
     lowLevelPercent = 20;
   };
    };

    easyeffects = {
      enable = true;
    };
  };
}

Do not follow this link