nixfiles/nixos/motd.nix

5 lines
56 B
Nix

_: {
programs.rust-motd = {
enable = true;
};
}