diff --git a/machines/eowyn/configuration.nix b/machines/eowyn/configuration.nix index 58b63d0..4f35313 100644 --- a/machines/eowyn/configuration.nix +++ b/machines/eowyn/configuration.nix @@ -46,7 +46,7 @@ users.users.gunalx = { isNormalUser = true; description = "Adrian Gunnar Lauterer"; - extraGroups = [ "networkmanager" "wheel" "video" ]; + extraGroups = [ "networkmanager" "wheel" "video" "input" "audio"]; packages = with pkgs; [ ]; }; diff --git a/profiles/sound.nix b/profiles/sound.nix index a5f4ca9..0823d78 100644 --- a/profiles/sound.nix +++ b/profiles/sound.nix @@ -6,14 +6,12 @@ imports = ]; - # Enable sound with pipewire. + sound.enable = true; - #hardware.pulseaudio.enable = false; + hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; - audio.enable = true; - systemWide = true; alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; @@ -21,6 +19,7 @@ imports = wireplumber.enable = true; }; + environment.systemPackages = with pkgs; [ pavucontrol wireplumber