summaryrefslogtreecommitdiff
path: root/modules/devtools.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-26 01:39:08 +0100
committerGrisha Shipunov2025-01-26 01:48:12 +0100
commitc9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c (patch)
tree1ed7a6b7a6c3b9b57ed732706a25da8ba4179082 /modules/devtools.nix
parentf1f292bcedec080b7416d41a0cf4c5df8b5840d0 (diff)
cleanup
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