mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Setup pipewire
This commit is contained in:
parent
e1a5229f14
commit
40e6850cb2
|
@ -27,6 +27,16 @@
|
|||
persist = true;
|
||||
}];
|
||||
|
||||
# Pipewire
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
freetube
|
||||
# TODO need ytsub somehow (sarowish/ytsub)
|
||||
audio-recorder
|
||||
pavucontrol
|
||||
|
||||
# Command Line
|
||||
neofetch lolcat cowsay
|
||||
|
|
Loading…
Reference in a new issue