added syncthing on work machine.

This commit is contained in:
Gabe Venberg 2024-03-31 17:46:34 -05:00
parent 2253c6c34a
commit f91f3cb2e9
2 changed files with 1 additions and 4 deletions

View file

@ -11,10 +11,6 @@
};
};
home.packages = with pkgs; [
ripasso-cursive
];
programs.nushell.extraEnv = ''
$env.PASSWORD_STORE_DIR = ($env.HOME | path join "keys" "password-store")
'';