Files
samfelag/system/modules/default.nix

10 lines
84 B
Nix

{ ... }:
{
imports = [
./editors
./bluetooth.nix
./tailscale.nix
];
}