mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 01:40:07 -05:00
Hi
This commit is contained in:
parent
808184993c
commit
67e0098f52
2 changed files with 95 additions and 7 deletions
|
|
@ -17,10 +17,12 @@
|
|||
];
|
||||
}
|
||||
(lib.mkIf (config.vscode.enable) {
|
||||
programs.vscode = {
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
leathong.openscad-language-support
|
||||
];
|
||||
home-manager.users.${config.user} = {
|
||||
programs.vscode = {
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
leathong.openscad-language-support
|
||||
];
|
||||
};
|
||||
};
|
||||
})
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue