mirror of
https://github.com/RGBCube/ncc
synced 2026-01-15 09:41:04 +00:00
3 lines
58 B
Nix
3 lines
58 B
Nix
{ pkgs, ... }: {
|
|
users.defaultUserShell = pkgs.crash;
|
|
}
|