nixos-config/settings/default.nix
2025-03-12 11:40:49 -03:00

7 lines
64 B
Nix

{ lib, ... }:
{
options = {
my = lib.mkOption { };
};
}