summaryrefslogtreecommitdiff
path: root/modules/devtools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devtools.nix')
-rw-r--r--modules/devtools.nix6
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