1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add some necessary plumbing

This commit is contained in:
oddlama 2022-12-15 17:46:53 +01:00
parent 449d9a2200
commit 5f6012faf1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 213 additions and 20 deletions

View file

@ -3,7 +3,7 @@
pkgs,
...
}: {
environment.systemPackages = with pkgs; [pulseaudio];
environment.systemPackages = with pkgs; [pulseaudio pulsemixer];
hardware.pulseaudio.enable = lib.mkForce false;