nixos/modules/default.nix
2024-10-28 11:17:43 -04:00

5 lines
42 B
Nix

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