diff --git a/flake.nix b/flake.nix index 327bc02b..a738f154 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,14 @@ nodejs yarn-berry python3 + + figlet ]; + shellHook = '' + if [ "''${DISABLE_DEVSHELL_BANNER:-}" != true ]; then + figlet "Welcome to Nimbus-GUI" + fi + ''; }; }; };