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

6 lines
85 B
Nix

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