nix/common/default.nix
2026-08-22 23:28:20 +02:00

6 lines
49 B
Nix

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