diff options
author | Alan Pearce | 2023-08-26 13:56:41 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-26 13:56:41 +0200 |
commit | 4367997705aefb0c7765dfde9ebeb1ca5fca7d25 (patch) | |
tree | 2e00aec7e8eb86c50b90c1bced9eaffafad82eba /user | |
parent | b2d2029f2bb99a4671c4d968d36c15360bf5af09 (diff) | |
download | nixfiles-4367997705aefb0c7765dfde9ebeb1ca5fca7d25.tar.lz nixfiles-4367997705aefb0c7765dfde9ebeb1ca5fca7d25.tar.zst nixfiles-4367997705aefb0c7765dfde9ebeb1ca5fca7d25.zip |
lima: install fish shell
Diffstat (limited to 'user')
-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} |