nix-config/all.nix
2025-12-17 12:59:28 +01:00

8 lines
76 B
Nix

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