chore: motd

This commit is contained in:
Baud 2024-03-07 22:35:10 +00:00
parent 676ff7630e
commit 9dd8cc0574
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
}; };
in in
pkgs.devshell.mkShell { 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]; packages = with pkgs; [(rust.override {extensions = ["rust-src"];}) rust-analyzer gcc];
}; };
formatter = pkgs.alejandra; formatter = pkgs.alejandra;