Migrate to nushell
This commit is contained in:
parent
cf523c3d7e
commit
933c635d46
14
homes/x86_64-linux/cs3223@penguin/default.nix
Normal file
14
homes/x86_64-linux/cs3223@penguin/default.nix
Normal 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;
|
||||||
|
}
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user