This commit is contained in:
Tao Tien 2025-11-04 22:15:58 -08:00
parent 4d97617529
commit 08a9b30c10
3 changed files with 32 additions and 20 deletions

View file

@ -135,6 +135,9 @@ in {
envFile.source = ./nushell/env.nu;
# extraConfig = builtins.readFile ./nushell/stuff.nu;
extraConfig = lib.concatStrings (map builtins.readFile (map (x: ./nushell/extras/. + x) (map (x: "/" + x) (builtins.attrNames (builtins.readDir ./nushell/extras)))));
plugins = with pkgs.nushellPlugins; [
];
};
ssh = {