From d4c3f7b40d64826a417db371411ea1b42fb783f6 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 4 Jun 2021 13:02:38 +0700 Subject: [PATCH] remove password-store for now.. --- users/rin/home.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/users/rin/home.nix b/users/rin/home.nix index c37556c..74ca6f3 100644 --- a/users/rin/home.nix +++ b/users/rin/home.nix @@ -64,10 +64,6 @@ signByDefault = true; }; }; - password-store = { - enable = true; - package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); - }; }; services = {