# /etc/nixos/my-module.nix { config, lib, ... }: { options.niri.enable = lib.mkEnableOption "Enable niri with all its dependecis"; }