mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Use bash instead, don't override fallbackShell
This commit is contained in:
parent
1f24359332
commit
8c26fbc890
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }: with lib; merge
|
{ config, lib, pkgs, ... }: with lib; merge
|
||||||
|
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
users.defaultUserShell = pkgs.crash.override { fallbackShell = pkgs.fish; };
|
users.defaultUserShell = pkgs.crash;
|
||||||
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushellFull;
|
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushellFull;
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue