From b739f3d0b5a81cd06d0155864a47166af503a9cf Mon Sep 17 00:00:00 2001 From: maxstrb Date: Wed, 1 Oct 2025 22:31:49 +0200 Subject: [PATCH] non important commit --- home/modules/shells.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index 4041159..953a5ea 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -55,6 +55,7 @@ if not ($flake_path | path exists) { nvim $file + print $file return } cd $root @@ -62,6 +63,7 @@ print $file } else { nvim $file + print $file } }