CrOS/modules/users/crow/default.nix
2024-11-29 10:42:59 -05:00

9 lines
66 B
Nix

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