CrOS/modules/users/overseer/default.nix
TheWanderingCrow 8c7e8f345e Fix git config
2024-10-06 10:04:53 -04:00

6 lines
87 B
Nix

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