From c9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 26 Jan 2025 01:39:08 +0100 Subject: cleanup --- modules/devtools.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/devtools.nix') diff --git a/modules/devtools.nix b/modules/devtools.nix index f91a57e..bfb0905 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -30,7 +30,7 @@ freecad-wayland imhex python313Full - pkgs.nixfmt-rfc-style + nixfmt-rfc-style treefmt android-tools ]; @@ -58,6 +58,10 @@ programs.zsh.interactiveShellInit = '' eval "$(direnv hook zsh)" ''; + programs.fish.interactiveShellInit = '' + direnv hook fish | source + ''; + # nix options for derivations to persist garbage collection nix.extraOptions = '' keep-outputs = true -- cgit v1.3.1