aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/work.nix14
1 files changed, 5 insertions, 9 deletions
diff --git a/home/profiles/work.nix b/home/profiles/work.nix
index c747a90..6aa5a44 100644
--- a/home/profiles/work.nix
+++ b/home/profiles/work.nix
@@ -2,7 +2,6 @@
lib,
self,
pkgs,
- config,
...
}:
let
@@ -44,14 +43,11 @@ in
vault
];
- programs.onepassword = lib.mkMerge [
- config.programs.onepassword.sshKeys
- [
- {
- account = "roblox.1password.com";
- vault = "Private";
- }
- ]
+ programs.onepassword.sshKeys = lib.mkAfter [
+ {
+ account = "roblox.1password.com";
+ vault = "Private";
+ }
];
programs.fish = {