summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-08-26 13:56:41 +0200
committerAlan Pearce2023-08-26 13:56:41 +0200
commit4367997705aefb0c7765dfde9ebeb1ca5fca7d25 (patch)
tree2e00aec7e8eb86c50b90c1bced9eaffafad82eba
parentb2d2029f2bb99a4671c4d968d36c15360bf5af09 (diff)
downloadnixfiles-4367997705aefb0c7765dfde9ebeb1ca5fca7d25.tar.lz
nixfiles-4367997705aefb0c7765dfde9ebeb1ca5fca7d25.tar.zst
nixfiles-4367997705aefb0c7765dfde9ebeb1ca5fca7d25.zip
lima: install fish shell
-rw-r--r--user/lima.nix3
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}