Files
Nixos/modules/social/default.nix
T
2025-07-27 12:12:04 +02:00

8 lines
65 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./matrix
];
}