add matlab

This commit is contained in:
EdenQwQ 2025-06-17 16:22:07 +08:00
parent 24305b3214
commit 791db5bb18
9 changed files with 60 additions and 14 deletions

View file

@ -34,7 +34,12 @@
touchpad.natural-scroll = false;
keyboard.xkb.options = "caps:escape";
};
environment.DISPLAY = ":0";
environment = {
DISPLAY = ":0";
XIM = "fcitx";
GTK_IM_MODULE = "fcitx";
QT_IM_MODULE = "fcitx";
};
outputs = builtins.mapAttrs (name: value: {
inherit (value) scale mode position;
transform.rotation = value.rotation;