This commit is contained in:
2024-12-21 00:05:36 +09:00
parent a72167be09
commit 1030d3e37f
13 changed files with 56 additions and 20 deletions

View File

@@ -1,6 +1,11 @@
{ ... }:
{
#hardware.pulseaudio.enable = true;
hardware.pulseaudio = {
support32Bit = true;
daemon.config = {
flat-volumes = "yes";
};
};
security.rtkit.enable = true;
services.pipewire = {

View File

@@ -7,7 +7,10 @@
fcitx5 = {
waylandFrontend = true;
plasma6Support = true;
addons = with pkgs; [ fcitx5-mozc fcitx5-skk ];
addons = with pkgs; [
#fcitx5-mozc
fcitx5-skk
];
};
};
};

View File

@@ -16,5 +16,5 @@
podman-compose
];
hardware.nvidia-container-toolkit.enable = lib.lists.elem "nvidia" config.services.xserver.videoDrivers;
hardware.nvidia-container-toolkit.enable = true;
}