CrOS/modules/users/crow/default.nix
2024-09-17 20:56:48 -04:00

5 lines
66 B
Nix

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