pipewire switch
This commit is contained in:
parent
c9e7e0e77b
commit
45e3a8d1cd
1 changed files with 16 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue