parent
0a90a3f619
commit
73a8bc507f
5 changed files with 71 additions and 17 deletions
homeManagerModules/neovim/langs/qml
10
homeManagerModules/neovim/langs/qml/shell.nix
Normal file
10
homeManagerModules/neovim/langs/qml/shell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
mkShell,
|
||||
kdePackages,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
kdePackages.qtdeclarative
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue