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"
|
"rmd"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
qmlls = {
|
||||||
|
enable = true;
|
||||||
|
filetypes = [ "qml" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
conform-nvim = {
|
conform-nvim = {
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
wmname
|
wmname
|
||||||
inputs.hexecute.packages.${pkgs.system}.default
|
inputs.hexecute.packages.${pkgs.system}.default
|
||||||
|
inputs.quickshell.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
home.file."scripts" = {
|
home.file."scripts" = {
|
||||||
source = ./scripts;
|
source = ./scripts;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue