update ankaa

This commit is contained in:
Ethan Simmons
2026-03-14 13:37:43 -05:00
parent 48eb4a1aca
commit f81955e1b1
4 changed files with 20 additions and 17 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ in
environment.systemPackages = with pkgs; []
++ optional cfg.pipewire.enable pulseaudio
++ optional cfg.music.enable supersonic
++ optional cfg.tools.helvum helvum
# FIXME: unmaintained
# ++ optional cfg.tools.helvum helvum
++ optional cfg.tools.easyeffects easyeffects
++ optional cfg.tools.pavucontrol pavucontrol;
+2 -1
View File
@@ -9,7 +9,8 @@ with lib; let
in
{
config.programs.light.enable = mkIf cfg.backlight.enable true;
# FIXME: No longer maintained
# config.programs.light.enable = mkIf cfg.backlight.enable true;
config.powerManagement.powertop.enable = mkIf cfg.powersave.enable true;
config.services.auto-cpufreq = mkIf cfg.powersave.enable {