From b62479ecc1665992efaa9aa3c7519ca1b63364ef Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 7 Nov 2023 20:39:21 +0800 Subject: [PATCH] desktop: 32-bit compat --- nixops/desktop.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ];