update
This commit is contained in:
parent
589bbbe440
commit
c8a48c0f09
1 changed files with 2 additions and 1 deletions
|
@ -35,11 +35,12 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
# VSCode Compatibility Settings
|
|
||||||
programs = {
|
programs = {
|
||||||
_1password.enable = true;
|
_1password.enable = true;
|
||||||
|
# VSCode Compatibility Settings
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
};
|
};
|
||||||
|
# VSCode Compatibility Settings
|
||||||
services.vscode-server = {
|
services.vscode-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue