1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2026-01-15 09:41:04 +00:00
ncc/modules/linux/crash.nix
2025-02-23 21:05:40 +03:00

3 lines
58 B
Nix

{ pkgs, ... }: {
users.defaultUserShell = pkgs.crash;
}