mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 11:05:23 -05:00
space not dot
This commit is contained in:
parent
16e71e9921
commit
7805979814
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
];
|
||||
}
|
||||
(lib.mkIf (config.vscode.enable) {
|
||||
extensions = with.pkgs.vscode-extensions; [
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
Leathong.openscad-language-support
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue