From 47692795b39aa4463487be3202f62ae900797d24 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 20 Jun 2022 13:45:50 -0700 Subject: feat(home/shell): manage fish's functions directory Change-Id: I03a35a211c7563e65770b39b140099291efafab9 Reviewed-on: https://cl.fcuny.net/c/world/+/458 Reviewed-by: Franck Cuny Tested-by: CI --- home/shell/fish/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/shell/fish/default.nix') 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; + }; }; } -- cgit 1.4.1