From 3db5b958346bf9ddbf09eab011f8b0c1d0e96256 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Wed, 5 May 2021 21:22:19 -0400 Subject: [PATCH] Move keychain --- users/mat-hm-laptop.nix | 6 ++++++ users/mat-hm.nix | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/users/mat-hm-laptop.nix b/users/mat-hm-laptop.nix index e8dc87e..7f2563c 100644 --- a/users/mat-hm-laptop.nix +++ b/users/mat-hm-laptop.nix @@ -68,6 +68,12 @@ in { go.enable = false; jq.enable = true; + keychain = { + enable = true; + extraFlags = [ "--quiet" "--nogui" ]; + enableFishIntegration = true; + enableXsessionIntegration = false; + }; rofi = { enable = true; font = "Fira Code 14"; diff --git a/users/mat-hm.nix b/users/mat-hm.nix index 9b0bf06..e82f1d3 100644 --- a/users/mat-hm.nix +++ b/users/mat-hm.nix @@ -85,13 +85,6 @@ in { highlightBaseName = true; }; - keychain = { - enable = true; - extraFlags = [ "--quiet" "--nogui" ]; - enableFishIntegration = true; - enableXsessionIntegration = false; - }; - man.enable = true; neovim = import ../hm-configs/neovim.nix { inherit pkgs; };