/ cli / fortune.nix
fortune.nix
1  { config, lib, pkgs, ... }: {
2    home.packages = [ pkgs.fortune-kind ];
3  }