diff options
Diffstat (limited to 'user/lima.nix')
-rw-r--r-- | user/lima.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/lima.nix b/user/lima.nix index 1bcf2647..779d5af8 100644 --- a/user/lima.nix +++ b/user/lima.nix @@ -8,6 +8,7 @@ ./settings/nix.nix ./settings/nixos.nix ./settings/ssh.nix + ./settings/fish.nix ]; home = { username = "alan"; @@ -16,7 +17,7 @@ GHQ_ROOT = "/Users/alan/projects"; SSH_AUTH_SOCK = "/Users/alan/.strongbox/agent.sock"; }; - stateVersion = "22.11"; + stateVersion = "23.11"; }; programs.ssh.extraConfig = '' IdentityAgent ${config.home.sessionVariables.SSH_AUTH_SOCK} |