NixToSee/modules/users/default.nix
2024-12-01 20:59:42 +01:00

5 lines
51 B
Nix

{ ... }: {
imports = [
./ranomier.nix
];
}