nushell and prompt play
This commit is contained in:
parent
8f62ae3202
commit
4f7d109a37
5 changed files with 82 additions and 27 deletions
|
@ -1,6 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
nu_scripts
|
||||
];
|
||||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue