added distrobox
This commit is contained in:
parent
2755c8fbf3
commit
0646bbab02
4 changed files with 28 additions and 1 deletions
|
@ -29,6 +29,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Audio
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true; # if not already enabled
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
};
|
||||
|
||||
# Services:
|
||||
# =====================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue