From 15de27c7f586c2d82b8719df25f6696ff3aacdbe Mon Sep 17 00:00:00 2001 From: maxstrb Date: Wed, 1 Oct 2025 22:26:56 +0200 Subject: [PATCH] non important commit --- home/modules/shells.nix | 1 + 1 file changed, 1 insertion(+) 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 }