blob: dd97f5473545151dd1e7324b2efa10f5a03b667c [file] [log] [blame]
{ pkgs, ... }: {
home.packages = [
pkgs.nushell
];
}