nixos-config/settings/default.nix
2024-06-05 01:20:42 -03:00

7 lines
64 B
Nix

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