From cf6b9dcf17b67ab6052d435f826458b1b21e14e2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 7 Dec 2025 13:50:03 -0800 Subject: update to nix 25.11 --- home/profiles/onepassword.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'home/profiles/onepassword.nix') 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" - ]; } -- cgit v1.2.3