feat(vicinae): Adde pactl for sound plugin
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-13 17:14:45 +05:30
parent 9a6d19b101
commit 6ff14a1aa4

View File

@@ -12,4 +12,7 @@
autoStart = true; autoStart = true;
}; };
}; };
home.packages = with pkgs; [
pulseaudio
];
} }