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" } }