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