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; };