mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Setup pipewire
This commit is contained in:
parent
e1a5229f14
commit
40e6850cb2
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue