diff --git a/home/modules/shells.nix b/home/modules/shells.nix index d341410..4041159 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -59,6 +59,7 @@ } cd $root nix develop . --command nvim $file + print $file } else { nvim $file }