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

@ -30,5 +30,6 @@
../modules/home-manager/terminal
../modules/home-manager/nvim
../modules/home-manager
../modules/home-manager/syncthing.nix
];
}

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")
'';