configuration.nix/common/default.nix

4 lines
44 B
Nix
Raw Normal View History

2023-05-18 16:11:26 +05:30
{...}: {
imports = [./nix.nix ./users];
}