enable pipewire system wide

This commit is contained in:
jopejoe1 2023-12-19 20:00:17 +01:00
parent c8bcbb35a1
commit ff47d91da4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
services.pipewire = { services.pipewire = {
enable = true; enable = true;
#systemWide = true; systemWide = true;
alsa = { alsa = {
enable = true; enable = true;
support32Bit = true; support32Bit = true;

View file

@ -9,7 +9,7 @@
isNormalUser = true; isNormalUser = true;
description = "Johannes Jöns"; description = "Johannes Jöns";
initialPassword = "password"; initialPassword = "password";
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" "pipewire" "audio" ];
uid = 1000; uid = 1000;
packages = with pkgs; [ packages = with pkgs; [
libsForQt5.kate libsForQt5.kate