nix-config/modules/utils/default.nix

9 lines
104 B
Nix

{
imports = [
./auth.nix
./docker.nix
./printing.nix
./restic.nix
./wm.nix
];
}