Migrate to nushell

This commit is contained in:
2025-08-31 16:23:28 +08:00
parent cf523c3d7e
commit 933c635d46
3 changed files with 16 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
{
inputs,
lib,
pkgs,
...
}:
{
@@ -13,6 +12,7 @@
in
{
openssh.authorizedKeys.keys = sshKeys;
shell = pkgs.nushell;
}
// attrs;
}