CrOS/modules/users/overseer/default.nix
2024-10-04 13:37:26 -04:00

5 lines
66 B
Nix

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