This commit is contained in:
Asaki Yuki 2026-04-13 22:47:29 +07:00
parent 1d97959a14
commit 8b2e1e2029
8 changed files with 24 additions and 9 deletions

5
home/asakiyuki/env.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
home.sessionVariables = {
QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml";
};
}