idk
This commit is contained in:
parent
1d97959a14
commit
8b2e1e2029
8 changed files with 24 additions and 9 deletions
5
home/asakiyuki/env.nix
Normal file
5
home/asakiyuki/env.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
home.sessionVariables = {
|
||||
QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml";
|
||||
};
|
||||
}
|
||||
Reference in a new issue