aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/onepassword.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-07 13:50:03 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-07 13:50:03 -0800
commitcf6b9dcf17b67ab6052d435f826458b1b21e14e2 (patch)
tree1c6fe265c80f4e6d421b0189f2c66e4740d3831f /home/profiles/onepassword.nix
parentboot configuration for nixos (diff)
downloadinfra-cf6b9dcf17b67ab6052d435f826458b1b21e14e2.tar.gz
update to nix 25.11
Diffstat (limited to 'home/profiles/onepassword.nix')
-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"
- ];
}