update
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
#hardware.pulseaudio.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
support32Bit = true;
|
||||
daemon.config = {
|
||||
flat-volumes = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
fcitx5 = {
|
||||
waylandFrontend = true;
|
||||
plasma6Support = true;
|
||||
addons = with pkgs; [ fcitx5-mozc fcitx5-skk ];
|
||||
addons = with pkgs; [
|
||||
#fcitx5-mozc
|
||||
fcitx5-skk
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user