This commit is contained in:
Joseph Hanson 2024-09-13 14:11:44 -05:00
parent 589bbbe440
commit c8a48c0f09
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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;
}; };