From 9dd8cc0574ef171d1f607115cde5f1385ada95f1 Mon Sep 17 00:00:00 2001 From: Baud Date: Thu, 7 Mar 2024 22:35:10 +0000 Subject: [PATCH] chore: motd --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 4092e4f..e7101ef 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,8 @@ }; in pkgs.devshell.mkShell { + motd = "Hello you wonderful person, I hope you are having a lovely day 💜"; + packages = with pkgs; [(rust.override {extensions = ["rust-src"];}) rust-analyzer gcc]; }; formatter = pkgs.alejandra;