add 1pw cli to shadowfax

This commit is contained in:
Joseph Hanson 2024-09-13 14:10:17 -05:00
parent 3ac0bdcf4b
commit 589bbbe440
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -36,7 +36,10 @@ in
# VSCode Compatibility Settings
programs.nix-ld.enable = true;
programs = {
_1password.enable = true;
nix-ld.enable = true;
};
services.vscode-server = {
enable = true;
};