a lot of updates and misc fixes

This commit is contained in:
Rouven Seifert 2024-07-31 14:16:33 +02:00
parent e3a3ccfbfa
commit 28526d5db2
12 changed files with 133 additions and 87 deletions

View file

@ -1,6 +1,5 @@
{ pkgs, ... }:
{
sound.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
@ -9,7 +8,7 @@
};
environment.systemPackages = with pkgs; [
helvum
easyeffects
# easyeffects
pavucontrol
];
}