mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Actually use crash
This commit is contained in:
parent
a579c05f5d
commit
eafa0569c5
4 changed files with 31 additions and 3 deletions
|
@ -1,7 +1,14 @@
|
|||
{ config, lib, pkgs, ... }: with lib; merge
|
||||
|
||||
(systemConfiguration {
|
||||
users.defaultUserShell = pkgs.nushellFull;
|
||||
users.defaultUserShell = pkgs.crash;
|
||||
environment.sessionVariables.SHELLS = pipe [
|
||||
pkgs.nushellFull
|
||||
pkgs.fish
|
||||
] [
|
||||
(map getExe)
|
||||
(concatStringsSep ":")
|
||||
];
|
||||
|
||||
environment.shellAliases = {
|
||||
la = "ls --all";
|
||||
|
|
|
@ -68,7 +68,7 @@ in serverSystemConfiguration {
|
|||
KbdInteractiveAuthentication = false;
|
||||
PasswordAuthentication = false;
|
||||
|
||||
AcceptEnv = "COLORTERM";
|
||||
AcceptEnv = "SHELLS COLORTERM";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue