1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Use bash instead, don't override fallbackShell

This commit is contained in:
RGBCube 2024-05-15 16:54:03 +03:00
parent 1f24359332
commit 8c26fbc890
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: with lib; merge
(systemConfiguration {
users.defaultUserShell = pkgs.crash.override { fallbackShell = pkgs.fish; };
users.defaultUserShell = pkgs.crash;
environment.sessionVariables.SHELLS = lib.getExe pkgs.nushellFull;
environment.shellAliases = {