nix-config/modules/users/default.nix
2025-02-25 15:56:58 +01:00

5 lines
57 B
Nix

{inputs, ...}: {
imports = [
./horseman.nix
];
}