mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
pipe for desktop
This commit is contained in:
parent
76cd7a3b71
commit
1aaa85fb68
1 changed files with 7 additions and 1 deletions
|
|
@ -18,7 +18,13 @@
|
|||
nvidiaPersistenced = true; # Correct way to enable persistence mode
|
||||
};
|
||||
|
||||
services.pipewire.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
|
||||
# Gaming & BTRFS Packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue