CrOS/modules/users/live/default.nix
2025-01-15 16:17:07 -05:00

9 lines
66 B
Nix

{
lib,
config,
...
}: {
imports = [
./user.nix
];
}