From f91f3cb2e92bb88f0271713a330eeb3d94de6ba6 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sun, 31 Mar 2024 17:46:34 -0500 Subject: [PATCH] added syncthing on work machine. --- hosts/gabe-gv-workstation.nix | 1 + modules/home-manager/terminal/pass.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/gabe-gv-workstation.nix b/hosts/gabe-gv-workstation.nix index d53bd10..f9e0d98 100644 --- a/hosts/gabe-gv-workstation.nix +++ b/hosts/gabe-gv-workstation.nix @@ -30,5 +30,6 @@ ../modules/home-manager/terminal ../modules/home-manager/nvim ../modules/home-manager + ../modules/home-manager/syncthing.nix ]; } diff --git a/modules/home-manager/terminal/pass.nix b/modules/home-manager/terminal/pass.nix index 4f86bcf..ad9699a 100644 --- a/modules/home-manager/terminal/pass.nix +++ b/modules/home-manager/terminal/pass.nix @@ -11,10 +11,6 @@ }; }; - home.packages = with pkgs; [ - ripasso-cursive - ]; - programs.nushell.extraEnv = '' $env.PASSWORD_STORE_DIR = ($env.HOME | path join "keys" "password-store") '';