nixos/modules/common/default.nix
Mariano Uvalle 4c8cd258c1 Introduce a "user" module that can be interpolated everywhere.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
2025-08-07 15:33:00 -07:00

5 lines
No EOL
44 B
Nix

{
imports = [
./user-config.nix
];
}