pipewire switch

This commit is contained in:
foosinn 2021-06-08 10:22:54 +02:00
parent c9e7e0e77b
commit 45e3a8d1cd

View file

@ -24,7 +24,6 @@ in {
];
};
services.pipewire.enable = true;
xdg.portal = {
enable = true;
gtkUsePortal = true;
@ -39,14 +38,27 @@ in {
environment = {
etc = {
"i3/config".source = ../dotfiles/i3/config;
"sway/config".source = ../dotfiles/sway/config;
"sway/status.toml".source = ../dotfiles/sway/status.toml;
"xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml;
};
};
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
jack.enable = true;
config.pipewire = {
"context.properties" = {
"default.clock.rate" = 48000;
};
};
};
fonts.enableDefaultFonts = true;
fonts.fontconfig.antialias = true;
@ -99,8 +111,7 @@ in {
neofetch
pavucontrol
pcmanfm
pulseaudio
pulsemixer
pulseeffects-pw
wl-clipboard
xdg_utils
xfce.thunar