home-manager/gui: Ensure pavucontrol is not installed on Darwin

This commit is contained in:
Jack O'Sullivan 2022-09-13 14:15:20 +01:00
parent c6780a146f
commit 9c92ddc0f5

View File

@ -18,7 +18,6 @@ in
(nerdfonts.override {
fonts = [ "DroidSansMono" "SourceCodePro" ];
})
pavucontrol
];
};
@ -31,7 +30,7 @@ in
};
};
}
(mkIf cfg.standalone {
(mkIf (cfg.standalone && !pkgs.stdenv.isDarwin) {
systemd.user = {
services = {
wait-for-sway = {
@ -73,6 +72,7 @@ in
packages = with pkgs; [
wtype
wl-clipboard
pavucontrol
];
pointerCursor = {