feat: adjust nushell

This commit is contained in:
Ryan Yin
2024-06-15 11:23:56 +08:00
parent 4e4eb9a003
commit 095b092e08
7 changed files with 45 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
let
{pkgs-unstable, ...}: let
shellAliases = {
k = "kubectl";
@@ -11,6 +11,7 @@ in {
programs.nushell = {
enable = true;
package = pkgs-unstable.nushell;
configFile.source = ./config.nu;
inherit shellAliases;
};