aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/onepassword.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/profiles/onepassword.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/home/profiles/onepassword.nix b/home/profiles/onepassword.nix
index 232092e..f364a9e 100644
--- a/home/profiles/onepassword.nix
+++ b/home/profiles/onepassword.nix
@@ -1,4 +1,4 @@
-{ config, ... }:
+{ ... }:
{
programs.onepassword = {
enable = true;
@@ -6,9 +6,4 @@
{ account = "my.1password.com"; } # All keys from personal account
];
};
-
- home.sessionPath = [
- config.home.sessionVariables.GOBIN
- "${config.home.homeDirectory}/.local/bin"
- ];
}