From f2d68d670e06a1b969e0e3e430ee086d4b5f81f7 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Wed, 1 Oct 2025 21:37:30 +0200 Subject: [PATCH] non important commit --- home/modules/shells.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index f620936..345a90a 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -55,6 +55,8 @@ if not ($flake_path | path exists) { nvim $file + + print "wtf dude" return } cd $root @@ -63,6 +65,7 @@ print "Please" } else { nvim $file + print "NOOOO" } }