parent
e904d7ff25
commit
4823e9a196
4 changed files with 9 additions and 28 deletions
homeManagerModules/neovim/langs/qml
|
@ -1,10 +1,19 @@
|
|||
{
|
||||
lib,
|
||||
mkShell,
|
||||
kdePackages,
|
||||
quickshell,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
kdePackages.qtdeclarative
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export QML2_IMPORT_PATH="$QML2_IMPORT_PATH:${lib.makeSearchPath "lib/qt-6/qml" [
|
||||
quickshell
|
||||
kdePackages.qtdeclarative
|
||||
]}"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue