Commit cf0c4a1

HPCesia <me@hpcesia.com>
2025-07-25 18:05:24
feat: add some fish plugins
1 parent 100086d
Changed files (1)
home
base
core
home/base/core/shells/default.nix
@@ -10,6 +10,16 @@
 
   programs.fish = {
     enable = true;
+    plugins = with pkgs.fishPlugins; [
+      {
+        inherit (puffer) src;
+        name = "puffer";
+      }
+      {
+        inherit (autopair) src;
+        name = "autopair";
+      }
+    ];
   };
 
   programs.nushell = {