configuration.nix/common/default.nix
2024-06-16 21:46:08 +05:30

3 lines
66 B
Nix

{ ... }: {
imports = [ ./nix.nix ./secrets.nix ./users.nix ];
}