shell: add `moreutils`

karitham.dev 96ccb011 1f1a0bc8

verified
+1
+1
modules/dev/shell/nushell.nix
··· 6 6 }: 7 7 { 8 8 config = lib.mkIf config.dev.shell.enable { 9 + home.packages = [ pkgs.moreutils ]; # vipe, chronic, pee 9 10 programs.nushell = { 10 11 enable = true; 11 12 shellAliases = {