diff --git a/nixops/desktop.nix b/nixops/desktop.nix index bb8cc06..dce71f7 100644 --- a/nixops/desktop.nix +++ b/nixops/desktop.nix @@ -127,6 +127,9 @@ in package = pkgs.pulseaudioFull; }; + hardware.opengl.driSupport32Bit = true; + hardware.pulseaudio.support32Bit = true; + i18n.inputMethod = { enabled = "fcitx5"; fcitx5.addons = [ pkgs.fcitx5-table-extra pkgs.fcitx5-m17n ];