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 = { xdg.portal = {
enable = true; enable = true;
gtkUsePortal = true; gtkUsePortal = true;
@ -39,14 +38,27 @@ in {
environment = { environment = {
etc = { etc = {
"i3/config".source = ../dotfiles/i3/config;
"sway/config".source = ../dotfiles/sway/config; "sway/config".source = ../dotfiles/sway/config;
"sway/status.toml".source = ../dotfiles/sway/status.toml; "sway/status.toml".source = ../dotfiles/sway/status.toml;
"xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml; "xdg/alacritty/alacritty.yml".source = ../dotfiles/alacritty.yml;
}; };
}; };
sound.enable = true; hardware.pulseaudio.enable = false;
hardware.pulseaudio.enable = true; 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.enableDefaultFonts = true;
fonts.fontconfig.antialias = true; fonts.fontconfig.antialias = true;
@ -99,8 +111,7 @@ in {
neofetch neofetch
pavucontrol pavucontrol
pcmanfm pcmanfm
pulseaudio pulseeffects-pw
pulsemixer
wl-clipboard wl-clipboard
xdg_utils xdg_utils
xfce.thunar xfce.thunar