nix-config/modules/utils/default.nix
2025-06-29 12:35:34 +02:00

8 lines
86 B
Nix

{
imports = [
./agenix
./auth.nix
./gnome.nix
./printing.nix
];
}