nushell and prompt play

This commit is contained in:
Matt Nish-Lapidus 2025-07-02 11:31:05 -04:00
parent 8f62ae3202
commit 4f7d109a37
5 changed files with 82 additions and 27 deletions

View file

@ -1,6 +1,10 @@
{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
nu_scripts
];
programs.nushell = {
enable = true;
shellAliases = {