Setup pipewire
This commit is contained in:
@ -27,6 +27,16 @@
|
|||||||
persist = true;
|
persist = true;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
# Pipewire
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
jack.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
freetube
|
freetube
|
||||||
# TODO need ytsub somehow (sarowish/ytsub)
|
# TODO need ytsub somehow (sarowish/ytsub)
|
||||||
audio-recorder
|
audio-recorder
|
||||||
|
pavucontrol
|
||||||
|
|
||||||
# Command Line
|
# Command Line
|
||||||
neofetch lolcat cowsay
|
neofetch lolcat cowsay
|
||||||
|
Reference in New Issue
Block a user