[m] Cleanup nixos config

This commit is contained in:
soraefir
2023-11-28 03:39:49 +01:00
parent 5d730f8071
commit efa2a5c0be
7 changed files with 25 additions and 30 deletions

View File

@ -10,7 +10,7 @@ in {
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
wireplumber.enable = true;
# wireplumber.enable = true;
};
environment.systemPackages = with pkgs; [ easyeffects ];