about summary refs log tree commit diff
path: root/home/shell/fish/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/shell/fish/default.nix')
-rw-r--r--home/shell/fish/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/shell/fish/default.nix b/home/shell/fish/default.nix
index c81f188..d000cd9 100644
--- a/home/shell/fish/default.nix
+++ b/home/shell/fish/default.nix
@@ -27,5 +27,9 @@ in
         end
       '';
     };
+    xdg.configFile."fish/functions" = {
+      source = ./functions;
+      recursive = true;
+    };
   };
 }