CrOS/modules/users/dragneel/default.nix
2025-03-25 07:39:26 -04:00

9 lines
66 B
Nix

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