Migrate to nushell

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

View File

@ -0,0 +1,14 @@
{
lib,
pkgs,
config,
...
}:
{
git.enable = true;
zsh.enable = true;
nushell.enable = true;
home.stateVersion = "25.11";
programs.home-manager.enable = true;
}

View File

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

View File

@ -29,7 +29,6 @@ in
users.users = { users.users = {
yadunut = lib.snowfall.mkUser { yadunut = lib.snowfall.mkUser {
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];
shell = pkgs.nushell;
hashedPassword = "$y$j9T$9ATrmrhedhb.mAZ4//PiN/$OStCOaJHt3kPA63imTG3zLMWCSLoWCUph5O6jl5mcZ."; hashedPassword = "$y$j9T$9ATrmrhedhb.mAZ4//PiN/$OStCOaJHt3kPA63imTG3zLMWCSLoWCUph5O6jl5mcZ.";
}; };
root = lib.snowfall.mkUser { root = lib.snowfall.mkUser {