mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
modules.system.gui: fix qt
This commit is contained in:
@@ -38,6 +38,7 @@ inputs:
|
||||
];
|
||||
};
|
||||
xdg.portal.extraPortals = (builtins.map (p: inputs.pkgs."xdg-desktop-portal-${p}") [ "gtk" "wlr" "gnome" ]);
|
||||
qt = { enable = true; platformTheme = "qt5ct"; };
|
||||
i18n.inputMethod =
|
||||
{
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user