diff options
| author | Grisha Shipunov | 2025-01-26 01:39:08 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-26 01:48:12 +0100 |
| commit | c9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c (patch) | |
| tree | 1ed7a6b7a6c3b9b57ed732706a25da8ba4179082 /modules/devtools.nix | |
| parent | f1f292bcedec080b7416d41a0cf4c5df8b5840d0 (diff) | |
cleanup
Diffstat (limited to 'modules/devtools.nix')
| -rw-r--r-- | modules/devtools.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
