mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
add qmlls
This commit is contained in:
parent
5e08e02cd5
commit
3bc73d6eaf
2 changed files with 5 additions and 0 deletions
|
|
@ -74,6 +74,10 @@
|
|||
"rmd"
|
||||
];
|
||||
};
|
||||
qmlls = {
|
||||
enable = true;
|
||||
filetypes = [ "qml" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
conform-nvim = {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
xwayland-satellite
|
||||
wmname
|
||||
inputs.hexecute.packages.${pkgs.system}.default
|
||||
inputs.quickshell.packages.${pkgs.system}.default
|
||||
];
|
||||
home.file."scripts" = {
|
||||
source = ./scripts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue