feat: add pulsemixer

This commit is contained in:
2025-03-27 23:03:55 +03:00
parent 729fe36326
commit 3acbf43b4e
3 changed files with 14 additions and 4 deletions

View File

@ -16,6 +16,10 @@
];
};
home.packages = with pkgs; [
pulsemixer
];
wayland.windowManager.hyprland.settings.exec-once = [ "ags run" ];
xdg.configFile."ags".source = (pkgs.callPackage ./packages/drvs/ags.nix { colors = config.lib.stylix.colors; });